Skin
#SkinController
Overview
Description
Path /v2/skins/
Handles all requests regarding skin: creating, updating, deleting.
Skin JSON object
An example for a skin json object.
fields
id : identifies the skin
tenant : the tenant of skin
ciColor : ?
btnColorLight : button light color
btnColorDark : button dark color
mailHeaderImage : mail header image
mailBackgroundColor : mail background image
tenantUrl : tenant web url
mailTemplatePath : path to mail template
loginBackground : path to login background image
referralUrl : referral url
hideMadeByRoomle : hides made by roomle
hidePressLink : hides press link
hidesShareButton : hides share button
hideFeedbackButton : hides feedback button
hideCatalogOverview : hides catalog overview
catalogEntryTags : catalog entry tags(categories)
API Reference
PUT /skinId
Accepts: multipart-formdata
Generates: json
Update skin from tenant.
Must be admin
Response:
Last updated