Skip to main content

ProjectBucketService

Index

Constructors

constructor

Properties

publicreadonlyhttpRequest

httpRequest: BaseHttpRequest

Methods

publicprojectBucketCreate

publicprojectBucketInfo

  • Get a task bucket's information Bot-compatible Retrieves information about a task bucket.

    @throws

    ApiError


    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.

    @throws

    ApiError


    Parameters

    • __namedParameters: { limit?: number; offset?: string; projectId: string }

    Returns CancelablePromise<{ data?: GetProjectBucketListResponse }>

    any Successfully retrieved the buckets.

publicprojectBucketUpdate