Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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 }
Project name
Box name
Box auth override updated