cURL
curl --request POST \ --url https://aodocs.altirnao.com/api/domain/v1beta1/configuration \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "configurations": {}, "kind": "<string>" } '
{ "configurations": {}, "kind": "<string>" }
Updates values of domain level custom configuration flags. Unspecified flags previously defined at domain level will be deleted!
The access token received from the authorization server in the OAuth 2.0 flow.
The 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