Skip to main content
POST
/
library
/
v1beta1
/
{libId}
/
configuration
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>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

libId
string
required

The ID of the library

Query Parameters

domain
string

The G Suite domain

securityCode
string

The security code

Body

application/json
configurations
object

The map of custom configurations to apply at this level (consult AODocs team for more information)

kind
string

Response

200 - application/json

A ApiConfiguration response

configurations
object

The map of custom configurations to apply at this level (consult AODocs team for more information)

kind
string