Create Tag

Create Tag

Creates a tag

Request
URI
POST
https://{api_host}//vrlic/api/v1/tags
COPY
Request Body
TagDto of type(s) application/json
Required
{
    "id": "abe7e0cd-7666-4b78-b123-7d0aac711b33",
    "name": "tag-1",
    "cspOrgId": "45bd46ae-8bc8-4115-9e72-28c89292c992",
    "createdBy": "[email protected]",
    "createdAt": "2023-06-21 06:02:20.675",
    "lastUpdatedBy": "[email protected]",
    "lastUpdatedAt": "2023-06-21 06:02:20.675"
}
string
id
Optional

Unique tag identifier

string
name
Required

Unique tag name

string
cspOrgId
Optional

Associated org with the tag

string
createdBy
Optional

Email of user who created this tag

string
createdAt
Optional

Time at which tag was created

string
lastUpdatedBy
Optional

Email of user who updated this tag

string
lastUpdatedAt
Optional

Time at which tag was last updated

Authentication
This operation uses the following authentication methods.
Responses
201

CREATED

Returns TagDto of type(s) */*
{
    "id": "abe7e0cd-7666-4b78-b123-7d0aac711b33",
    "name": "tag-1",
    "cspOrgId": "45bd46ae-8bc8-4115-9e72-28c89292c992",
    "createdBy": "[email protected]",
    "createdAt": "2023-06-21 06:02:20.675",
    "lastUpdatedBy": "[email protected]",
    "lastUpdatedAt": "2023-06-21 06:02:20.675"
}
string
id
Optional

Unique tag identifier

string
name
Required

Unique tag name

string
cspOrgId
Optional

Associated org with the tag

string
createdBy
Optional

Email of user who created this tag

string
createdAt
Optional

Time at which tag was created

string
lastUpdatedBy
Optional

Email of user who updated this tag

string
lastUpdatedAt
Optional

Time at which tag was last updated