v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Tags

Update a tag

Update a tag name. All the reports using it will be updated with the new name.

Note

  • A Tag could not be duplicated.
  • There is distincion with capital letters. So Financial and financial are 2 different tags.
put/datainsights/v1.1/tags/{id}

Path parameters

idinteger required

Tag Id of the resource

Headers

X-PROPERTY-IDinteger required

Property id of the client

Request body

idinteger required

Tag Id

namestring required

Tag Name

Example request

{
  "name": "#Financial"
}

Response

OK

idinteger required

Tag Id

namestring required

Tag Name

Example response

{
  "name": "#Financial"
}