Tags
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v1/tags HTTP/1.1
Host: api.dmchamp.com
Accept: */*
[
{
"name": "text",
"description": "text"
}
]POST /v1/tags HTTP/1.1
Host: api.dmchamp.com
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"name": "text",
"description": "text"
}GET /v1/tags/{name} HTTP/1.1
Host: api.dmchamp.com
Accept: */*
{
"name": "text",
"description": "text"
}