What's new in the BlackBerry UEM version 12.10 MR1 REST APIs
BlackBerry UEM
version 12.10 MR1 REST APIsFor details about the new additions and changes discussed here, see the
BlackBerry UEM
12.10 REST API Reference.Changes to existing paths and methods
Changes to existing paths and methods
Resource: Applications
Path | Changes |
---|---|
PATCH /{tenantGuid}/api/v1/applications/{appGuid}/{osFamilyName} | You can now use this path to update any of the following fields for an internal BlackBerry
Dynamics app: packageId, name, description, vendorName, categories, securedType (for Android ), and restrictedVersions. |
Resource: Users
Path | Improvement |
---|---|
POST /{tenantGuid}/api/v1/users/{userGuid}/userDevices/{userDeviceGuid}/commands | The API reference now includes a response example and indicates the resources to use to get attestation results. |
POST /{tenantGuid}/api/v1/users/{userGuid}/userDevices/{userDeviceGuid}/applications/{appGuid}/commands | The description of the DELETE_APPLICATION command has been updated in the API reference to clarify that this command just deletes BlackBerry
Dynamics app data, it does not delete the app itself. |
Changes to data types
Changes to data types
Data type | Changes |
---|---|
Application | This data type includes a new restrictedVersions property that can be used to list the restricted versions for a BlackBerry
Dynamics application binary. This property is returned only in response to updating an internal BlackBerry
Dynamics application binary. |