POST
/
api
/
v1
/
tags
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "tenant": "https://example.com/"
}

Body

The new Tag resource

name
string
tenant
string<iri-reference>
Example:

"https://example.com/"

Response

Tag resource created

@context
@id
string
@type
string
id
integer
name
string
tenant
string<iri-reference>
Example:

"https://example.com/"