Skip to main content
PATCH
/
v1
/
account
/
org
Patch Org
curl --request PATCH \
  --url https://api.example.com/v1/account/org \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{}

Headers

authorization
string | null
refresh-token
string | null

Body

application/json
name
string
required
Required string length: 1 - 200

Response

Successful Response

The response is of type Response Patch Org V1 Account Org Patch · object.