Skip to main content
PATCH
/
v1
/
company
Update company
curl --request PATCH \
  --url https://api.usenaive.ai/v1/company \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "settings": {}
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
name
string
description
string
settings
object

Response

Updated.

The response is of type object.