Optional
configuration: ConfigurationA unique integer value identifying this label.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method deletes a label. To delete a sublabel, please use the PATCH method of the parent label
Optional
xOrganization: stringOrganization unique slug
Optional
color: stringA simple equality filter for the color field
Optional
filter: stringJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['name', 'parent', 'id', 'type', 'color', 'parent_id'].
Optional
jobId: numberA simple equality filter for job id
Optional
name: stringA simple equality filter for the name field
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
parent: stringA simple equality filter for the parent field
Optional
parentId: numberA simple equality filter for the parent_id field
Optional
projectId: numberA simple equality filter for project id
Optional
search: stringA search term. Available search_fields: ('name', 'parent')
Optional
sort: stringWhich field to use when ordering the results. Available ordering_fields: ['name', 'parent', 'id', 'type', 'color', 'parent_id']
Optional
taskId: numberA simple equality filter for task id
Optional
type: LabelsListTypeEnumA simple equality filter for the type field
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns a paginated list of labels
A unique integer value identifying this label.
Optional
patchedLabelRequest: PatchedLabelRequestOptional
options: AxiosRequestConfig<any>Override http request option.
Methods does a partial update of chosen fields in a labelTo modify a sublabel, please use the PATCH method of the parent label
A unique integer value identifying this label.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns details of a label
Generated using TypeDoc
LabelsApi - functional programming interface