API ReferenceOrganization
Update settings
Required scope: `organization:write`.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth access token, e.g. Authorization: Bearer swot_….
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/api/oauth/v1/organization/settings" \ -H "Content-Type: application/json" \ -d '{}'{
"data": {
"allow_guest_submission": true,
"enable_ai_assistant": true,
"bot_configuration": {},
"locale": "string"
}
}