/tag/{tag-id}
Represents an individual tag.
GET /tag/{tag-id} HTTP/1.1
Host: localhost:3000
workspace_environment
permission is required.You can publish tags by using the /workspace/tags
edge.
PUT /tag/{tag-id} HTTP/1.1
Host: localhost:3000
manage_environment
permission is required.MANAGE
permission) of the workspace at which is attached the tag.Name | Description | Type |
---|---|---|
|
The title of the tag. |
|
If successful :
{
"success": true
}
Otherwise a relevant error message will be returned.
DELETE /tag/{tag-id} HTTP/1.1
Host: localhost:3000
No fields are required.
If successful :
{
"success": true
}
Otherwise a relevant error message will be returned.
No edges.