PUT
/
v1
/
projects
/
{project}
/
boxes
/
{name}
/
auth
cURL
curl --request PUT \
  --url https://api.example.com/v1/projects/{project}/boxes/{name}/auth \
  --header 'Content-Type: application/json' \
  --data '
{
  "required": true
}
'
{
  "name": "<string>",
  "project": "<string>",
  "required": true
}

Path Parameters

project
string
required

Project name

name
string
required

Box name

Body

application/json
required
boolean | null

Response

Box auth override updated

name
string
required
project
string
required
required
boolean | null