Class StatusPageUpdateManager

Constructors

Properties

Methods

Constructors

Properties

apiClient: AxiosInstance

Methods

  • Returns a newly created status page update.

    Parameters

    • status_page_id: string
    • status_report_id: string
    • newUpdate: any

    Returns Promise<any>

  • Permanently deletes an existing report.

    Parameters

    • status_page_id: string
    • status_report_id: string
    • report_id: string

      Report ID you want to remove

    Returns Promise<boolean>

    True if success

  • Returns a single status page update.

    Parameters

    • status_page_id: string
    • status_report_id: string
    • update_id: string

    Returns Promise<any>

  • Returns a list of the updates of your status page.

    Parameters

    • status_page_id: string
    • status_report_id: string

    Returns Promise<any>

  • Update an existing status page update. Send only the parameters you wish to change

    Parameters

    • status_page_id: string
    • status_report_id: string
    • report_id: string

      Report ID you want to change

    • updatedUpdate: string

    Returns Promise<any>

Generated using TypeDoc