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/auth/settings \ --header 'Content-Type: application/json' \ --data ' { "allow_all_google_accounts": true, "allowed_domains": [ "<string>" ], "allowed_emails": [ "<string>" ], "protect_system_domains": true, "protect_unpublished_boxes": true } '
{ "auth_redirect_uri": "<string>", "auth_url": "<string>", "configured": true, "google_auth_client_url": "<string>", "settings": { "allow_all_google_accounts": false, "allowed_domains": [], "allowed_emails": [], "protect_system_domains": false, "protect_unpublished_boxes": false }, "cookie_domain": "<string>", "google_cloud_project": "<string>", "workspace_domain": "<string>" }
Auth settings updated
Show child attributes