post https://{region}.affinda.com/v3/tags
Create a tag
Log in to see full request history
Responses
Create a tag
xxxxxxxxxx
curl --request POST \
--url https://api.affinda.com/v3/tags \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 1,
"name": "string",
"workspace": "mEFayXdO",
"documentCount": 0
}