Breaking Changes
The following list contains changes that cause the Veeam Backup for Microsoft 365 REST API v8 to function differently:
- The /objectstoragerepositories resource collection was removed.
- The following methods were removed:
- DELETE /DataRetrievals/{dataRetrievalId}
- PUT /EncryptionKeys/{keyId}
- POST /Organizations/{organizationId}/Jobs
- GET /Organizations/{organizationId}/Jobs
- GET /JobSessions/Changes
- PUT /ManagementMode
- GET /objectstoragerepositories/{repositoryId}
- PUT /objectstoragerepositories/{repositoryId}
- DELETE /objectstoragerepositories/{repositoryId}
- GET /objectstoragerepositories
- POST /objectstoragerepositories
- GET /RestorePoints/Changes
- GET /RestorePoints/{restorePointId}/protectedMailboxes
- GET /RestorePoints/{restorePointId}/protectedTeams
- GET /RestorePoints/{restorePointId}/protectedSites
- GET /RestorePoints/{restorePointId}/protectedOnedrives
- GET /RestorePoints/{restorePointId}/protectedUsers
- GET /RestorePoints/{restorePointId}/protectedGroups
- Response codes of HTTPS methods were unified:
- the POST method returns the HTTP response code 204 No Content, 201 Created or 200 OK
- the PUT method returns the HTTP response code 204 No Content
- the GET method returns the HTTP response code 200 OK
- the DELETE method returns the HTTP response code 204 No Content
In which methods response codes were changed
|