Interface ThemeApi

    • Method Detail

      • createTheme

        void createTheme​(ThemeCreateRequest body)
        Create the Theme Create the Theme
        Parameters:
        body - Partial Theme description (required)
      • createThemeWithHttpInfo

        ApiResponse<Void> createThemeWithHttpInfo​(ThemeCreateRequest body)
        Create the Theme Similar to createTheme but it also returns the http response headers . Create the Theme
        Parameters:
        body - Partial Theme description (required)
      • restoreTheme

        void restoreTheme​(ThemeRestoreRequest themeRestoreRequest)
        Restore default Theme Restore the default theme
        Parameters:
        themeRestoreRequest - Partial Theme description (required)
      • restoreThemeWithHttpInfo

        ApiResponse<Void> restoreThemeWithHttpInfo​(ThemeRestoreRequest themeRestoreRequest)
        Restore default Theme Similar to restoreTheme but it also returns the http response headers . Restore the default theme
        Parameters:
        themeRestoreRequest - Partial Theme description (required)