All URIs are relative to https://<CROWD_URL>/rest/bootstrapi/1
Method | HTTP request | Description |
---|---|---|
getLoginPage | GET /settings/branding/login-page | Get the login-page settings |
getSettings | GET /settings | Get the general settings |
setLoginPage | PUT /settings/branding/login-page | Set the login-page settings |
setLogo | PUT /settings/branding/logo | Set the logo |
setSettings | PUT /settings | Set the general settings |
SettingsBrandingLoginPageBean getLoginPage()
Get the login-page settings
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
SettingsBean getSettings()
Get the general settings
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
SettingsBrandingLoginPageBean setLoginPage(SettingsBrandingLoginPageBean)
Set the login-page settings
Name | Type | Description | Notes |
---|---|---|---|
SettingsBrandingLoginPageBean | SettingsBrandingLoginPageBean | [optional] |
- Content-Type: application/json
- Accept: application/json
ErrorCollection setLogo(body)
Set the logo
Name | Type | Description | Notes |
---|---|---|---|
body | Object | [optional] |
- Content-Type: image/*
- Accept: application/json
SettingsBean setSettings(SettingsBean)
Set the general settings
Name | Type | Description | Notes |
---|---|---|---|
SettingsBean | SettingsBean |
- Content-Type: application/json
- Accept: application/json