Tag Object
A REST endpoint for attaching tag to entity.
Request
URI
POST
https://{api_host}/vco/api/catalog/{namespace}/{type}/{id}/tags
COPY
Path Parameters
string
namespace
Required
namespace
string
type
Required
type
string
id
Required
id
Request Body
tag-instance of type(s) application/json
Required
{
"href": "string",
"relations": {
"total": 0,
"start": 0,
"link": [
{
"attribute": [
{
"displayValue": "string",
"value": "string",
"name": "string"
}
],
"href": "string",
"type": "string",
"rel": "string"
}
]
},
"name": "string",
"value": "string",
"owner": "string",
"global": false,
"objectHref": "string"
}
string
href
Optional
href
string
name
Required
name
string
value
Optional
value
string
owner
Optional
owner
boolean
global
Optional
global
string
objectHref
Optional
objectHref
Responses
204
No content
Operation doesn't return any data structure
400
Request is not valid (validation error)
Operation doesn't return any data structure
401
User is not authorized
Operation doesn't return any data structure