Skip to main content
PATCH
/
api
/
v1
/
org
Error
A valid request URL is required to generate request examples
{
  "status": "ok",
  "results": "<unknown>"
}
{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}

Body

application/json

the new organization settings

the new organization settings

name
string

The name of the organization

createdAt
string<date-time>
colorPaletteUuid
string

The active color palette uuid for all projects in the organization

chartColors
string[]

The default color palette for all projects in the organization

chartDarkColors
string[]

The default dark color palette for all projects in the organization

defaultProjectUuid
string

The project a user sees when they first log in to the organization

Response

Ok

status
enum<string>
required
Available options:
ok
results
any