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
}
]
}
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
On This Page
Configuration Service Operations
DELETE
Delete Configuration
DELETE
Delete Permission Rule
DELETE
Delete Permissions For Object
GET
Export Configuration
GET
Get Permission Rule
GET
Get Permissions For Object
POST
Import Configuration
POST
Insert Permissions For Object
GET
List All Configurations
PUT
Update Configuration
PUT
Update Permission Rule