Skip to main content
PUT
/
api
/
v1
/
org
cURL
curl --request PUT \
  --url http://api/v1/org \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "results": "<any>",
  "status": "ok"
}

Body

application/json

the new organization settings

name
string
required

The name of the organization

Response

Ok

status
enum<string>
required
Available options:
ok
results
any