Class LabelsApi

LabelsApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • LabelsApi

Constructors

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = BASE_PATH
    • axios: AxiosInstance = globalAxios

    Returns LabelsApi

Properties

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

Methods

  • Parameters

    Returns Promise<AxiosResponse<void, any>>

    Summary

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

    Throws

    Memberof

    LabelsApi

  • Parameters

    Returns Promise<AxiosResponse<Label, any>>

    Summary

    Methods does a partial update of chosen fields in a labelTo modify a sublabel, please use the PATCH method of the parent label

    Throws

    Memberof

    LabelsApi

  • Parameters

    Returns Promise<AxiosResponse<Label, any>>

    Summary

    Method returns details of a label

    Throws

    Memberof

    LabelsApi

Generated using TypeDoc