Tag Object

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
{
    "owner": "string",
    "name": "string",
    "global": false,
    "href": "string",
    "objectHref": "string",
    "relations": {
        "total": 0,
        "start": 0,
        "link": [
            {
                "rel": "string",
                "attribute": [
                    {
                        "displayValue": "string",
                        "name": "string",
                        "value": "string"
                    }
                ],
                "href": "string",
                "type": "string"
            }
        ]
    },
    "value": "string"
}
string
owner
Optional

owner

string
name
Required

name

boolean
global
Optional

global

string
href
Optional

href

string
objectHref
Optional

objectHref

relations
Optional

relations

string
value
Optional

value

Responses
200

The request is successful

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