Path Parameters
Body
application/json
curl --request POST \
--url http://api/v1/projects/{projectUuid}/tags \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"color": "<string>"
}
'{
"results": {
"tagUuid": "<string>"
},
"status": "ok"
}curl --request POST \
--url http://api/v1/projects/{projectUuid}/tags \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"color": "<string>"
}
'{
"results": {
"tagUuid": "<string>"
},
"status": "ok"
}Was this page helpful?