PATCH
/projects/{projectId}/cards/move
curl \
--request PATCH 'https://tadatodo.com/api/projects/Pae77f34bbf9/cards/move' \
--header "X-API-Key: $API_KEY" \
--data '{"afterCardId":"Cae77f34bbf9","beforeCardId":"Cae77f34bbf9","columnId":"Coe77f34bbf9","ids":["Cae77f34bbf9","Cae77f34bbf9"]}'
Request examples
{
"afterCardId": "Cae77f34bbf9",
"beforeCardId": "Cae77f34bbf9",
"columnId": "Coe77f34bbf9",
"ids": [
"Cae77f34bbf9",
"Cae77f34bbf9"
]
}
Response examples (200)
{
"columns": [
{
"id": "string",
"name": "string"
}
],
"createdFlair": "string",
"id": "string",
"metadata": [
{
"id": "string",
"value": "string"
}
],
"name": "string",
"url": "string"
}