v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
task

Update a task bucket

Updates a task in a bucket

post/projects/{project}/views/{view}/buckets/{bucket}/tasks

Path parameters

projectinteger required

Project ID

viewinteger required

Project View ID

bucketinteger required

Bucket ID

Request body

bucket_idinteger
project_view_idinteger

The view this bucket belongs to. Combined with TaskID this forms a unique index.

task_idinteger

The task which belongs to the bucket. Together with ProjectViewID this field is part of a unique index to prevent duplicates.

Response

The updated task bucket.

bucket_idinteger
project_view_idinteger

The view this bucket belongs to. Combined with TaskID this forms a unique index.

task_idinteger

The task which belongs to the bucket. Together with ProjectViewID this field is part of a unique index to prevent duplicates.