Skip to main content
POST
/
relation
/
v1
/
document
/
{documentId}
cURL
curl --request POST \
  --url https://aodocs.altirnao.com/api/relation/v1/document/{documentId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "incomplete": true,
  "kind": "<string>",
  "relatedDocuments": {}
}
'
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

documentId
string
required

The ID of the document

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Body

application/json
incomplete
boolean
kind
string

The map of related documents by relation ID as the key

Response

204 - undefined