Update Resource 1

Update Resource 1

Update resource content.

Request
URI
POST
https://{api_host}/vco/api/resources/{id}
COPY
Path Parameters
string
id
Required

id

Query Parameters
string
categoryId
Optional

categoryId

Header Parameters
string
X-VRO-Changeset-Sha
Optional

X-VRO-Changeset-Sha


Request Body
File of type(s) multipart/form-data
Optional
{
    "file": "string"
}
string
file
Required

file

Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful

Operation doesn't return any data structure

401

User is not authorized

Operation doesn't return any data structure

404

Cannot find resource with the specified ID.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/octet-stream' https://{api_host}/vco/api/resources/{id}