Aller au contenu

/api/tags (POST)

POST
/api/tags
curl --request POST \
--url https://example.com/api/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "color": "example" }'
Media type application/json
object
name
string
nullable
color
string
nullable
Example generated
{
"name": "example",
"color": "example"
}

OK