Skip to main content
POST
/
library
/
v1beta1
/
{libId}
/
configuration
/
{flagName}
cURL
curl --request POST \
  --url https://aodocs.altirnao.com/api/library/v1beta1/{libId}/configuration/{flagName} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "configurationFlagValue": "<string>",
  "kind": "<string>"
}
'
This response has no body data.

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

flagName
string
required

The name of the configuration flag

Query Parameters

domain
string

The G Suite domain

securityCode
string

The security code

Body

application/json
configurationFlagValue
string
required

The value of a custom configuration flag

kind
string

Response

204 - undefined