Update Organization Data
POST/v1/organization/update
⚠️ WARNING
This endpoint is unstable & not officially supported. It may be deprecated and removed in future API versions.
Update Organization Data
Request
- application/json
Body
required
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
Organization ID
new_organization_nickname
object
The new nickname for the organization.
anyOf
string
new_organization_type
object
The new organization type
anyOf
string
new_organization_slug
object
A new organization slug
anyOf
string
new_organization_description
object
A new description for the organization.
anyOf
string
Possible values: <= 512 characters
new_organization_logo_url
object
A new logo for the organization.
anyOf
string
Possible values: <= 512 characters
new_organization_website
object
A new website for the organization.
anyOf
string
Possible values: <= 255 characters
ai_subprocessor
object
The AI subprocessor for the organization.
anyOf
string
Possible values: [openai, aws-bedrock]
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Default value: ok
{
"result": "ok"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}