Skip to main content
POST
/
v1
/
organizations
Update org
curl --request POST \
  --url https://api.example.com/v1/organizations \
  --header 'Content-Type: application/json' \
  --data '
{
  "logoKey": "<string>",
  "pinnedUrl": "<string>",
  "themeColor": "<string>",
  "operations": [
    "<string>"
  ]
}
'

Body

application/json
logoKey
string
pinnedUrl
string
themeColor
string
operations
string[]

Response

204

ok