Skip to main content
PATCH
/
api
/
v1
/
org
cURL
curl --request PATCH \
  --url http://api/v1/org \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "chartColors": [
    "<string>"
  ],
  "colorPaletteUuid": "<string>",
  "defaultProjectUuid": "<string>"
}
'
{
  "results": "<any>",
  "status": "ok"
}

Body

application/json

the new organization settings

name
string

The name of the organization

createdAt
string<date-time>
chartColors
string[]

The default color palette for all projects in the organization

colorPaletteUuid
string

The active color palette uuid 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