Update Configuration
Update ? configuration.
Request
URI
PUT
https://{api_host}/vco/api/configurations/{id}
COPY
Path Parameters
string
id
Required
id
Header Parameters
string
X-VRO-Changeset-Sha
Optional
X-VRO-Changeset-Sha
Request Body
configuration
of type(s)
application/json
Required
{
"id": "string",
"href": "string",
"relations": {
"total": 0,
"start": 0,
"link": [
{
"attribute": [
{
"displayValue": "string",
"value": "string",
"name": "string"
}
],
"href": "string",
"type": "string",
"rel": "string"
}
]
},
"name": "string",
"description": "string",
"version": "string",
"attribute": [
{
"description": "string",
"value": {
"objectType": "string"
},
"type": "string",
"name": "string",
"scope": "string",
"updated": false,
"encrypt-value": false
}
]
}
string
id
Optional
id
string
href
Optional
href
object
relations
Optional
relations
string
name
Optional
name
string
description
Optional
description
string
version
Optional
version
array of
object
attribute
Optional
attribute
Responses
204
No Content
Operation doesn't return any data structure
400
The request is invalid
Operation doesn't return any data structure
401
User is not authorized
Operation doesn't return any data structure
404
The resource is not found
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/vco/api/configurations/{id}
On This Page
Configuration Service Operations
GET
List All Configurations
POST
Import Configuration
GET
Export Configuration
PUT
Update Configuration
DELETE
Delete Configuration
GET
Get Permissions For Object
POST
Insert Permissions For Object
DELETE
Delete Permissions For Object
GET
Get Permission Rule
PUT
Update Permission Rule
DELETE
Delete Permission Rule