Skip to main content
PUT
/
organizations
/
:id
Upsert an individual Organization (create if not exists)
curl --request PUT \
  --url https://app.ledger.ai/api/organizations/:id \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

filters
string

Upsert item with the given ids: [ id ]

JSON PUT body:

{
"chat_apps"?: integer[]
"data"?: object
"description"?: string
"entitlements": integer[]
"extend_entitlements": integer[]
"initials": string
"language"?: object
"name": string
"picture_background_color"?: string
"picture"?: string
"primary_domain": string
"primary_location"?: string
"salt"?: string
"slug": string
"theme_primary_color"?: string
}

Body

application/json

Request payload

The body is of type object.

Response

Successful response

The response is of type object.