![]() |
API Documentation
|
where {objectId} is the ID of a file object/Secure Object and {versionId} is the ID of one of its versions.
PUT - used to set the active version (specified by versionId) of a file object/Secure Object (specified by objectId).DELETE - Used to permanently delete a version (specified by versionId) of a file object (specified by objectId).Note: Both of these methods take no other parameters.
This API endpoint serves a number of purposes:
versionId) of a file object (specified by objectId).versionId) of a file object (specified by objectId). This API endpoint supports requests utilizing Covata user accounts with the following roles (as described in the Organization Administrator's Guide) and conditions:
{itemId} in the request's URL.{itemId} in the URL. (The Rename permission restricts access to collaborators who have been applied either the Modify or Manage permission set on this file object.)The Covata Platform's resources available to a Covata user meeting the criteria above is determined by the access token submitted in the header of requests to this endpoint.
The appropriate access token as the Bearer token:
Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJleHAiOjE0NjcwMTY2NjYsInVzZXJfbmFtZSI6ImFsZXgub...If the request succeeded, then an HTTP response status 200 OK is returned.