curl --request POST \
--url https://api.surefeedback.com/api/v1/boards/labels \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"color": "<string>",
"icon_name": "<string>",
"description": "<string>"
}
'{
"success": true,
"data": {
"id": "label-001",
"name": "Bug",
"color": "#EF4444"
}
}
Create a new board label.
curl --request POST \
--url https://api.surefeedback.com/api/v1/boards/labels \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"color": "<string>",
"icon_name": "<string>",
"description": "<string>"
}
'{
"success": true,
"data": {
"id": "label-001",
"name": "Bug",
"color": "#EF4444"
}
}
#EF4444.{
"success": true,
"data": {
"id": "label-001",
"name": "Bug",
"color": "#EF4444"
}
}
Was this page helpful?