Update a Config
/v1.33
/v1.33
/v1.33
/v1.33
POST
/configs/{id}/update
Config
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1.33/configs//update?version=' \
--header 'Content-Type: application/json' \
--data-raw '{
"Data": "string",
"Labels": {
"property1": "string",
"property2": "string"
},
"Name": "string"
}'
Response Response Example
200 - Example 1
{}
Request
Path Params
id
stringÂ
required
Query Params
version
integerÂ
required
Body Params application/json
Responses
Modified at 2022-09-10 17:56:06