Skip to main content
POST
/
library
/
v1beta1
/
{libId}
/
changeAttachmentMode
cURL
curl --request POST \
  --url https://aodocs.altirnao.com/api/library/v1beta1/{libId}/changeAttachmentMode \
  --header 'Authorization: Bearer <token>'
{
  "jobId": "<string>",
  "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

attachmentMode
string
required

The new attachment mode. Only ‘COMPOSITE’ is supported.

domain
string

The G Suite domain

Response

200 - application/json

A ApiJobId response

jobId
string
kind
string