Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

URI: https://api.cloudcard.us/api/themes 

HTTP Method: POST

Required Headers: X-Auth-Token (see: Authentication

Example HTTP Request Body
{
    "name": "Custom Theme",
    "organization": {
        "id": "100465"
    },
    "appHeaderFooterColor": "#353535",
    "adminHeaderColor": "#2587e8",
    "buttonColor": "#2587e8",
    "buttonHoverColor": "#8cbff3",
    "borderEnabled": false,
    "borderColor": "#353535",
    "sidebarColor": "#353535",
    "sidebarIconColor": "#2587e8"
}
Field Descriptions

See https://sharptop.atlassian.net/wiki/spaces/CCD/pages/2652274691/Custom+Themes#Feature-Explanations for an explanation of how each field configures the application.

Example Response
{
    "id": 46,
    "buttonHoverColor": "#8cbff3",
    "buttonColor": "#2587e8",
    "additionalCss": null,
    "organization": {
        "id": 100465
    },
    "borderColor": "#353535",
    "adminHeaderColor": "#2587e8",
    "logoAssetUrl": null,
    "sidebarIconColor": "#2587e8",
    "appHeaderFooterColor": "#353535",
    "borderEnabled": false,
    "name": "Custom Theme",
    "sidebarColor": "#353535"
}

  • No labels