본문으로 건너뛰기

TaskCommentService

Index

Constructors

constructor

Properties

publicreadonlyhttpRequest

httpRequest: BaseHttpRequest

Methods

publictaskCommentCreate

publictaskCommentList

  • List out task comments Bot-compatible Lists out a given number of comments on a task. This method uses the Swit API's pagination scheme.

    @throws

    ApiError


    Parameters

    • __namedParameters: { bodyType?: plain | json_string; limit?: number; offset?: string; taskId: string }

    Returns CancelablePromise<{ data?: GetTaskCommentResponse }>

    any Successfully retrieved the comments.

publictaskCommentRemove

  • Delete a task comment Bot-compatible Deletes a comment on a task.

    @throws

    ApiError


    Parameters

    Returns CancelablePromise<any>

    any Successfully deleted the comment.

publictaskCommentUpdate