Changelog
All notable changes are documented in this changelog.
2024-09-24
Removed
Removed Properties
DeviceResponsePublicDto.admins
DeviceResponsePublicDto.memory
DeviceResponsePublicDto.processor
DeviceResponsePublicDto.hddSize
DeviceResponsePublicDto.graphics
PersonnelDetailsResponsePublicDto.admins
PersonnelDetailsResponsePublicDto.memory
PersonnelDetailsResponsePublicDto.processor
PersonnelDetailsResponsePublicDto.hddSize
PersonnelDetailsResponsePublicDto.graphics
Affected Endpoints
Request | Endpoint |
---|---|
POST | /background-check/{userId}/manual |
POST | /assets |
GET | /personnel/{id} |
GET | /personnel/{email}/email |
PUT | /personnel/{id}/contract-dates |
PUT | /personnel/{id}/status |
PUT | /personnel/reset-sync/{personnelId} |
DELETE | /assets/{id} |
2024-09-06
Below is the route that was added to the Open API:
Added
- Trust Center Pro endpoint for retrieving Trust Center usage data.
Request |
---|
GET /public/trust-center/reports |
2023-08-24
Changed
- Reports & Docs was updated to Evidence Library in the Drata web app.
Below are the routes that were updated for the Open API:
Request | Old | New |
---|---|---|
GET | /public/workspaces/{workspaceId}/reports | /public/workspaces/{workspaceId}/evidence-library |
POST | /public/workspaces/{workspaceId}/reports | /public/workspaces/{workspaceId}/evidence-library |
PUT | /public/workspaces/{workspaceId}/reports/{id} | /public/workspaces/{workspaceId}/evidence-library/{id} |
DELETE | /public/workspaces/{workspaceId}/reports/{id} | /public/workspaces/{workspaceId}/evidence-library/{id} |