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

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

Body

application/json

Body for PATCH …/auth — flip the master sign-in switch for the app.

enabled
boolean
required

Whether the deployed app requires end-user sign-in.

Response

Settings updated