[]
        
(Showing Draft Content)

UploadTheme

UploadTheme

[GET] /admin/api/CustomTheme

Responses

[200] Success

[DELETE] /admin/api/CustomTheme/{themeId}

Parameters

Name In Type
themeIdRequired path string

Responses

[200] Success

[POST] /admin/api/CustomTheme/upload

Responses

[200] Success

[GET] /admin/api/CustomTheme/submit/{displayName}/{sessionId}

Parameters

Name In Type
displayNameRequired path string
sessionIdRequired path string
updateIfExist query boolean

Responses

[200] Success

[GET] /admin/api/CustomTheme/download/config/{themeId}

Parameters

Name In Type
themeIdRequired path string

Responses

[200] Success

binary

Type: [text/plain], [application/json], [text/json]

[GET] /admin/api/CustomTheme/download/archive/{themeId}

Parameters

Name In Type
themeIdRequired path string

Responses

[200] Success

binary

Type: [text/plain], [application/json], [text/json]

[POST] /admin/api/CustomTheme/update

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

Array<string>

Responses

[200] Success

[POST] /admin/api/CustomTheme/query

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

Array<string>

Responses

[200] Success

UpdateThemeContext

Type: [text/plain], [application/json], [text/json]

Models

Ƭ UpdateThemeContext

Defines the Grapecity.Enterprise.Server.Services.UpdateThemeContext.

Name Type Description
errorCode int32 Gets or sets the ErrorCode.
errorContextNullable any Gets or sets the ErrorContext.
idNullable string Gets or sets the Id.
state UpdateThemeState
taskCompleted Boolean Gets or sets a value indicating whether TaskCompleted.

Ƭ UpdateThemeState

Enum:

  • Running

  • Success

  • Fail

    Defines the UpdateThemeState.