v1
latestOpenAPI 3.0.12026-07-245277551.2 MBTags
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
Example request
{
"name": "#Financial"
}Response
OK
Example response
{
"name": "#Financial"
}