Skip to main content
PATCH
/
organizations
/
{orgId}
/
logo
Update organization logo
curl --request PATCH \
  --url https://nimbussuite.com/api/v1/organizations/{orgId}/logo \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "logoUrl": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Body

application/json
logoUrl
string
required

Response

Logo updated successfully

success
boolean