Update settings
POST/api/settings/update
Updates runtime settings for the control plane.
Request
- application/json
Body
required
controlPlaneInteractionsstringrequired
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
controlPlaneInteractionsstringrequired
{
"controlPlaneInteractions": "string"
}
Malformed request
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}