v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Reports

Create an association between a Report and a tag

It associates a created tag with a created report.

post/datainsights/v1.1/reports/{report_id}/tags

Path parameters

report_idinteger required

Report id of the resource

Headers

X-PROPERTY-IDinteger required

Property id of the client

Request body

idinteger required

Tag Id of the resource

Response

OK

idinteger required

Tag Id

namestring required

Tag Name

Example response

{
  "name": "#Financial"
}