Function LabelsApiAxiosParamCreator
LabelsApiAxiosParamCreator( configuration?: Configuration,): { labelsDestroy: ( id: number, options?: RawAxiosRequestConfig, ) => Promise<RequestArgs>; labelsList: ( xOrganization?: string, color?: string, filter?: string, jobId?: number, name?: string, org?: string, orgId?: number, page?: number, pageSize?: number, parent?: string, parentId?: number, projectId?: number, search?: string, sort?: string, taskId?: number, type?: LabelsListTypeEnum, options?: RawAxiosRequestConfig, ) => Promise<RequestArgs>; labelsPartialUpdate: ( id: number, patchedLabelRequest?: PatchedLabelRequest, options?: RawAxiosRequestConfig, ) => Promise<RequestArgs>; labelsRetrieve: ( id: number, options?: RawAxiosRequestConfig, ) => Promise<RequestArgs>;} Returns {
labelsDestroy: (
id: number,
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>;
labelsList: (
xOrganization?: string,
color?: string,
filter?: string,
jobId?: number,
name?: string,
org?: string,
orgId?: number,
page?: number,
pageSize?: number,
parent?: string,
parentId?: number,
projectId?: number,
search?: string,
sort?: string,
taskId?: number,
type?: LabelsListTypeEnum,
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>;
labelsPartialUpdate: (
id: number,
patchedLabelRequest?: PatchedLabelRequest,
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>;
labelsRetrieve: (
id: number,
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>;
}
labelsDestroy: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>
labelsList: (
xOrganization?: string,
color?: string,
filter?: string,
jobId?: number,
name?: string,
org?: string,
orgId?: number,
page?: number,
pageSize?: number,
parent?: string,
parentId?: number,
projectId?: number,
search?: string,
sort?: string,
taskId?: number,
type?: LabelsListTypeEnum,
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>
labelsPartialUpdate: (
id: number,
patchedLabelRequest?: PatchedLabelRequest,
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>
labelsRetrieve: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>
LabelsApi - axios parameter creator
Export