{
"setting": {
"customStatus": [
{
"value": "string",
"name": "string",
"color": "string",
"isApproving": true,
"disableEdit": true,
"nextActions": [
{
"name": "string",
"color": "string",
"type": "string",
"value": "string",
"url": "string",
"payload": null
}
]
}
]
}
}
curl --location --request POST 'https://open.teambition.com/api/v3/projectplan/projects//planCustomStatusSetting' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Type;' \
--header 'X-Tenant-Type;' \
--header 'X-Operator-Id;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"setting": {
"customStatus": [
{
"value": "string",
"name": "string",
"color": "string",
"isApproving": true,
"disableEdit": true,
"nextActions": [
{
"name": "string",
"color": "string",
"type": "string",
"value": "string",
"url": "string",
"payload": null
}
]
}
]
}
}'
{
"result": {
"customStatus": [
{
"color": "string",
"name": "string",
"value": "string",
"disableEdit": true,
"nextActions": [
{
"color": "string",
"name": "string",
"type": "string",
"value": "string",
"url": "string",
"payload": null
}
]
}
]
},
"code": 0,
"errorMessage": "string",
"requestId": "string"
}