Create new tag
POST
http://localhost:3000/tags/create
Creates a new tag.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Request
request body
dataobjectOptional
Response
New tag data
_idstring
descriptionstring
namestring
Errors
500
Internal Server Error