updateAgentThemeDetails

put

/ccadmin/v1/themes/agentThemeDetails

Update Theme. Updates a particular themes information by Id.

Request

Supported Media Types
Body ()
Root Schema : updateTheme_request
Type: object
Show Source
Example:
{
    "notes":"This is the Cloud Lake Theme.",
    "name":"Cloud Lake"
}
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : updateTheme_response
Type: object
Show Source
Nested Schema : theme_styles_color
Type: object
Color information of theme styles.
Show Source
Nested Schema : theme_styles_general
Type: object
General information of theme styles.
Show Source
Nested Schema : theme_styles_typography
Type: object
Typography information of theme styles.
Show Source
Example Response (application/json)
[
    {
        "thumbnail":"/img/cloudlake.jpg",
        "is_active":true,
        "notes":"This is the Cloud Lake Theme.",
        "clone_parent_name":null,
        "name":"Cloud Lake",
        "repositoryId":"100001",
        "is_custom":false,
        "id":"100001",
        "clone_parent_id":null
    },
    {
        "thumbnail":"",
        "is_active":false,
        "notes":"This is the Dark Theme.",
        "clone_parent_name":"Cloud Lake Theme",
        "name":"Dark Theme",
        "repositoryId":"100002",
        "is_custom":true,
        "id":"100002",
        "clone_parent_id":"100001"
    }
]

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top