Create new tag

POST /api-v1/tag/document

Headers

Body Required

name

string string

Responses

POST /api-v1/tag/document
curl \
 -X POST http://wyzio.app/api-v1/tag/document \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string" \
 -d '"string"'
Request example
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
"string"
Response examples (200)
42