Update your organization information
PATCH/api/organization
Updates your organization information
Request
- application/json
Body
required
name stringrequired
The name of the organization
description stringrequired
The description of the organization
avatar urlrequired
The URL of the organization's avatar image.
webhook urlrequired
The webhook URL for the organization.
confirmed_agreement_version integerrequired
Last version of confirmed agreement
Responses
- 200
- default
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
id uuidrequired
The unique ID of the organization.
name stringrequired
The name of the organization
description stringrequired
The description of the organization
confirmed_agreement_version integerrequired
Last version of confirmed agreement
avatar urlrequired
The URL of the organization's avatar image.
webhook urlrequired
The webhook URL for the organization.
api_key stringrequired
API key
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"confirmed_agreement_version": 0,
"avatar": "string",
"webhook": "string",
"api_key": "string"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
The error code
message stringrequired
A human-readable error message
{
"code": 0,
"message": "string"
}
Loading...