I am attempting to update a documents tags.
First I tried updating the tags when moving the document using:
/api/v2/contentmanagement/documents
This succesfully moves the document but does not update the tags as suggested in the docs.
Then I tried Updating the document directly using:
/api/v2/contentmanagement/documents/{documentId}
However I receive a conflict error:
{
"status": 409,
"code": "conflict",
"message": "Resource conflict update document: 46577fbb-8600-4cc1-9ff4-f339b5837559",
"contextId": "048511cf-2093-477e-b922-a3bc276b57e7",
"details": [],
"errors": []
}