Update Configuration
POST/org/:orgId/properties/configurations/update
Set the Configuration value for an Organization scoped Configuration
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) where you make updates
Query Parameters
name stringrequired
Name of the configuration
value stringrequired
New value of the configuration
- application/json
Body
required
string
Responses
- 200
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": "3h"
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": "3h"
}
This error will occur if calling user does not have access right for the API.
This error will occur if the org identified by orgId does not exist.
A server error occurred. Check the logs for more details.
Loading...