Restoring the Version Information of a Specified File or Version ID
Function
Restore the version information of a specified file or version ID.
URI
POST /koodrive/ose/v1/revision/restoreRevision
Request Parameters
Parameter | Mandatory | Type | Description |
|---|---|---|---|
Authorization | Yes | String | Access token. Token authentication is used to call KooDrive APIs. A token indicates the permission. When an API is called, the token is added to the request header to obtain the operation permission. For details about how to obtain an access token, see the corresponding developer guide. The format is Bearer+{access_token}. |
X-User-Id | Yes | String | User ID, which is used for app authentication. |
X-Date | Yes | String | Date, which is used for app authentication. |
X-Traceid | No | String | Message log trace ID. The value contains 58 bits. |
Parameter | Mandatory | Type | Description |
|---|---|---|---|
containerId | Yes | String | Space ID. |
fileId | Yes | String | File ID. |
revisionId | Yes | String | Version ID (assetId + versionId). |
Response Parameters
Status code: 200
Parameter | Type | Description |
|---|---|---|
code | String | Response code. |
msg | String | Response message. |
Example Requests
Restore the version information of a specified file or version ID.
POST /koodrive/ose/v1/revision/restoreRevision
Authorization:Bearer+10f88d07fa************44791e9ff
{
"containerId": "IAAAKIRZGifzJgncA1605122035640590977",
"fileId": "FkiferVNK5NwXck7XXBhPLIRhV1GayJPc",
"revisionId": "1756003706882580864.1756003706882580865"
} Example Responses
Status code: 200
Response to the request for restoring multiple versions.
{
"code" : 0,
"msg" : "Success."
} Status Codes
Status Code | Description |
|---|---|
200 | Response to the request for restoring multiple versions. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot
