cURL
curl --request POST \ --url https://app.sajn.se/api/v1/documents/{id}/tags \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data ' { "tagId": "<string>" } '
{ "success": true }
Associate a tag with a document.
Note: Tag must be configured for DOCUMENT use (availableFor includes ‘DOCUMENT’).
Bearer token for API authentication
Body
1
200
Was this page helpful?