PATCH
/projects/{projectId}/columns/{columnId}/rename
curl \
--request PATCH 'https://tadatodo.com/api/projects/Pae77f34bbf9/columns/Coe77f34bbf9/rename' \
--header "X-API-Key: $API_KEY" \
--data '{"name":"new name"}'
Request examples
{
"name": "new name"
}
Response examples (200)
{
"id": "string",
"name": "string",
"plugins": [
{
"author": "string",
"configUrl": "string",
"description": "string",
"flair": "string",
"id": "string",
"name": "string",
"uiConfigType": "string"
}
],
"rows": [
{
"columns": [
{
"id": "string",
"name": "string"
}
],
"id": "string",
"name": "string"
}
]
}