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
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}
On This Page
Resource Service Operations
GET
Get Resource
PUT
Update Resource
POST
Update Resource 1
DELETE
Delete Resource
GET
List All Resources
POST
Import Resource
GET
Find Resource Usages