v51

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

Create a new bucket

Creates a new kanban bucket on a project.

put/projects/{id}/views/{view}/buckets

Path parameters

idinteger required

Project Id

viewinteger required

Project view ID

Request body

countinteger

The number of tasks currently in this bucket

createdstring

A timestamp when this bucket was created. You cannot change this value.

idinteger

The unique, numeric id of this bucket.

limitinteger

How many tasks can be at the same time on this board max

positionnumber

The position this bucket has when querying all buckets. See the tasks.position property on how to use this.

project_view_idinteger

The project view this bucket belongs to.

titlestring

The title of this bucket.

updatedstring

A timestamp when this bucket was last updated. You cannot change this value.

Response

The created bucket object.

countinteger

The number of tasks currently in this bucket

createdstring

A timestamp when this bucket was created. You cannot change this value.

idinteger

The unique, numeric id of this bucket.

limitinteger

How many tasks can be at the same time on this board max

positionnumber

The position this bucket has when querying all buckets. See the tasks.position property on how to use this.

project_view_idinteger

The project view this bucket belongs to.

titlestring

The title of this bucket.

updatedstring

A timestamp when this bucket was last updated. You cannot change this value.