Patch some org fields
PATCH/api/v1/orgs/:id
Patch some org fields
Request
Path Parameters
id stringrequired
- application/json
Body
enableRunContentRetention boolean
featureFlags string[]
pollingInterval integer
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
createdAt date-time
enableRunContentRetention boolean
error string
featureFlags string[]
id string
name string
pollingInterval integer
slug string
{
"createdAt": "2024-07-29T15:51:28.071Z",
"enableRunContentRetention": true,
"error": "string",
"id": "string",
"name": "string",
"pollingInterval": 0,
"slug": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...