Class StatusPageSectionManager

Constructors

Properties

Methods

Constructors

Properties

apiClient: AxiosInstance

Methods

  • Returns a newly created status page section.

    Parameters

    • status_page_id: string
    • newSection: any

    Returns Promise<any>

  • Permanently deletes an existing section.

    Parameters

    • status_page_id: string
    • section_id: string

      Section ID you want to remove

    Returns Promise<boolean>

    True if success

  • Returns a single status page section.

    Parameters

    • status_page_id: string
    • section_id: string

    Returns Promise<any>

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

    Parameters

    • status_page_id: string

    Returns Promise<any>

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

    Parameters

    • status_page_id: string
    • section_id: string

      Section ID you want to change

    • updatedSection: string

    Returns Promise<any>

Generated using TypeDoc