Skip to main content Skip to complementary content

Tag: Update

Information noteLOCKED.

This API is extremely reliable and will not be broken unless absolutely necessary.

Method

PUT

Path

/qrs/tag/{id}

Description

Update a tag for a resource.

To prevent conflicts when updating entities:

  1. Retrieve the entity that you want to update.

  2. Modify the specific properties that you want to change.
  3. Perform an update, including the entire entity in the body of the request.

You must always include the entity ID and modifiedDate when performing an update. The entity ID of the body and of the URL must match.

Body

{ "id": "ab90027d-4c24-4574-9dad-24c860769413", "createdDate": "2017-01-04T16:04:08.321Z", "modifiedDate": "2017-01-05T18:19:54.769Z", "modifiedByUserName": "INTERNAL\\sa_repository", "name": "MyTag", "privileges": null, "impactSecurityAccess": false, "schemaPath": "Tag" }

Return value

{ "id": "ab90027d-4c24-4574-9dad-24c860769413", "createdDate": "2017-01-04T16:04:08.321Z", "modifiedDate": "2017-01-05T18:47:54.241Z", "modifiedByUserName": "INTERNAL\\sa_repository", "name": "Mytag", "privileges": null, "impactSecurityAccess": false, "schemaPath": "Tag" }

Optional parameters

-

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!