v1
latestOpenAPI 3.0.12026-07-245277551.2 MBTags
Create a tag for a property
A tag gives the ability to the user to organize, and label their reports to a better seach and easy indentification.
Notes
- A Tag could not be duplicated.
- There is distincion with capital letters. So Financial and financial are 2 different tags.
post/datainsights/v1.1/tags
Headers
X-PROPERTY-IDinteger required
Property id of the client
Request body
Example request
{
"name": "#Financial"
}Response
Created
Example response
{
"name": "#Financial"
}