Skip to main content
PATCH
/
orgs
/
{org_id}
/
projects
/
{project_id}
/
envs
/
{env_id}
/
domain
cURL
curl --request PATCH \
  --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/envs/{env_id}/domain \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain_id": 123
}
'

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
project_id
string
required
env_id
string
required

Body

application/json
domain_id
integer<int64> | null

Response

200

Domain updated successfully