Class LabelsApi

LabelsApi - object-oriented interface

LabelsApi

Hierarchy

  • BaseAPI
    • LabelsApi

Constructors

  • Parameters

    • Optionalconfiguration: Configuration
    • basePath: string = BASE_PATH
    • axios: AxiosInstance = globalAxios

    Returns LabelsApi

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • To delete a sublabel, please use the PATCH method of the parent label.

    Parameters

    Returns Promise<AxiosResponse<void, any>>

    LabelsApi