Update document tags

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": []
}

Please open a case with PureCloud Care to report the issue.

This is generally because the version property in your request was incorrect or missing. You must send the current version to prevent update race conditions.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.