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.
Updates related documents for a document.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the document
The security code
The G Suite domain
The map of related documents by relation ID as the key
Show child attributes