Legacy Dev Forum Posts

 View Only

Sign Up

  • 1.  Update document tags

    Posted 06-05-2025 18:02

    David_McClain | 2019-05-20 16:01:26 UTC | #1

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


    tim.smith | 2019-05-20 18:54:22 UTC | #2

    David_McClain, post:1, topic:5198
    but does not update the tags as suggested in the docs.

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

    David_McClain, post:1, topic:5198
    However I receive a conflict error:

    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.


    system | 2019-06-20 18:54:23 UTC | #3

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


    This post was migrated from the old Developer Forum.

    ref: 5198