Referencia de APITasks / Board
Update Board
Request details
Body fields
| Field | Required | Description |
|---|---|---|
| id | Yes | Type: number |
| name | No | Type: string |
| description | No | Type: string |
| type | No | Type: enumExample: custom |
| metadata | No | Type: object |
| metadata.preventRecurringScheduleCollision | No | Type: boolean |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"id": 1
}Sample response
json
{
"boardId": "<boardId>"
}