curl --request POST \
--url https://aodocs.altirnao.com/api/library/v1/{libraryId}/permission \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"kind": "<string>",
"permissions": [
{
"kind": "<string>",
"name": "<string>",
"role": "<string>",
"thumbnailPhotoUrl": "<string>",
"type": "<string>",
"value": "<string>",
"withLink": true
}
]
}
'This response has no body data.Updates library permissions.
curl --request POST \
--url https://aodocs.altirnao.com/api/library/v1/{libraryId}/permission \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"kind": "<string>",
"permissions": [
{
"kind": "<string>",
"name": "<string>",
"role": "<string>",
"thumbnailPhotoUrl": "<string>",
"type": "<string>",
"value": "<string>",
"withLink": true
}
]
}
'This response has no body data.The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the library