AppsApi - object-oriented interface export AppsApi

Hierarchy (view full)

Constructors

Properties

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

Methods

  • summary Delete an application

    Parameters

    • Optionalid: string

      The id for the application to delete.

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<void, any>>

    memberof AppsApi

  • summary Create an application that can call the Mozaic API.

    Parameters

    • id: string

      The id of the record you wish to retrieve

    • Optionaldescription: string
    • Optionalname: string
    • OptionaluserId: string

      The user id to operate on their behalf (tenants only)

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<UserApplicationCreateDeets, any>>

    memberof AppsApi

  • summary Create an application that can call the Mozaic API.

    Parameters

    • Optionaldescription: string

      A description for the application. Max 140 characters.

    • Optionalname: string

      A name for the application

    • OptionaluserId: string

      The user id to operate on their behalf (tenants only)

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<UserApplicationCreateDeets, any>>

    memberof AppsApi