Gestiono
Referencia de APITasks / Board

Update Board

← Back to full API reference
PATCH/v1/tasks/boardAuth required
  • Validated by Zod schema: patchBoard.

Request details

Body fields

FieldRequiredDescription
idYesType: number
nameNoType: string
descriptionNoType: string
typeNoType: enumExample: custom
metadataNoType: object
metadata.preventRecurringScheduleCollisionNoType: boolean

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{
  "id": 1
}

Sample response

json
{
  "boardId": "<boardId>"
}