Function LabelsApiFactory

  • LabelsApi - factory interface

    Parameters

    • Optional configuration: Configuration
    • Optional basePath: string
    • Optional axios: AxiosInstance

    Returns {
        labelsDestroy(requestParameters, options?) => AxiosPromise<void>;
        labelsList(requestParameters?, options?) => AxiosPromise<PaginatedLabelList>;
        labelsPartialUpdate(requestParameters, options?) => AxiosPromise<Label>;
        labelsRetrieve(requestParameters, options?) => AxiosPromise<Label>;
    }

    • labelsDestroy:function
      • Parameters

        Returns AxiosPromise<void>

        Summary

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

        Throws

    • labelsList:function
    • labelsPartialUpdate:function
      • Parameters

        Returns AxiosPromise<Label>

        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

    • labelsRetrieve:function

    Export

Generated using TypeDoc