ProjectBucketService
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
httpRequest: BaseHttpRequest
Returns ProjectBucketService
Properties
publicreadonlyhttpRequest
Methods
publicprojectBucketCreate
Parameters
__namedParameters: { requestBody: AddProjectBucketParam }
Returns CancelablePromise<{ data?: AddProjectBucketResponse }>
any Successfully added the bucket.
publicprojectBucketInfo
Get a task bucket's information
Bot-compatible
Retrieves information about a task bucket.Parameters
__namedParameters: { id: string; projectId: string }
Returns CancelablePromise<{ data?: GetProjectBucketInfoResponse }>
any Successfully retrieved the bucket's information.
publicprojectBucketList
List out task buckets
Bot-compatible
Lists out all task buckets from a project.Parameters
__namedParameters: { limit?: number; offset?: string; projectId: string }
Returns CancelablePromise<{ data?: GetProjectBucketListResponse }>
any Successfully retrieved the buckets.
publicprojectBucketUpdate
Update a task bucket Updates the title of an existing task bucket in a project.
Parameters
__namedParameters: { requestBody: PutProjectBucketParam }
Returns CancelablePromise<{ data?: PutProjectBucketResponse }>
any Successfully updated the bucket.
Add a task bucket Adds a task bucket in a project.
ApiError