cURL
curl --request POST \ --url https://aodocs.altirnao.com/api/library/v1beta1/{libId}/configuration \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "configurations": {}, "kind": "<string>" } '
{ "configurations": {}, "kind": "<string>" }
Updates values of library level custom configuration flags. Unspecified flags previously defined at library level will be deleted!
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the library
The G Suite domain
The security code
The map of custom configurations to apply at this level (consult AODocs team for more information)
Show child attributes
A ApiConfiguration response