All URIs are relative to https://<CONFLUENCE_URL>/rest/bootstrapi/1
Method | HTTP request | Description |
---|---|---|
getBrandingColorScheme | GET /settings/branding/color-scheme | Get the color scheme |
getBrandingFavicon | GET /settings/branding/favicon | Get the favicon |
getBrandingLogo | GET /settings/branding/logo | Get the logo |
getCustomHtml | GET /settings/custom-html | Get the custom HTML |
getSettings | GET /settings | Get the general settings |
getSettingsSecurity | GET /settings/security | Get the security settings |
setBrandingColorScheme | PUT /settings/branding/color-scheme | Set the color scheme |
setBrandingFavicon | PUT /settings/branding/favicon | Set the favicon |
setBrandingLogo | PUT /settings/branding/logo | Set the logo |
setCustomHtml | PUT /settings/custom-html | Set the custom HTML |
setSettings | PUT /settings | Set the general settings |
setSettingsSecurity | PUT /settings/security | Set the security settings |
SettingsBrandingColorSchemeBean getBrandingColorScheme()
Get the color scheme
This endpoint does not need any parameter.
SettingsBrandingColorSchemeBean
- Content-Type: Not defined
- Accept: application/json
Object getBrandingFavicon()
Get the favicon
This endpoint does not need any parameter.
Object
- Content-Type: Not defined
- Accept: application/octet-stream
Object getBrandingLogo()
Get the logo
This endpoint does not need any parameter.
Object
- Content-Type: Not defined
- Accept: application/octet-stream
SettingsCustomHtmlBean getCustomHtml()
Get the custom HTML
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
SettingsSecurityBean getSettingsSecurity()
Get the security settings
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
SettingsBrandingColorSchemeBean setBrandingColorScheme(SettingsBrandingColorSchemeBean)
Set the color scheme
Name | Type | Description | Notes |
---|---|---|---|
SettingsBrandingColorSchemeBean | SettingsBrandingColorSchemeBean |
SettingsBrandingColorSchemeBean
- Content-Type: application/json
- Accept: application/json
setBrandingFavicon(body)
Set the favicon
Name | Type | Description | Notes |
---|---|---|---|
body | Object |
null (empty response body)
- Content-Type: application/octet-stream
- Accept: application/json
setBrandingLogo(body)
Set the logo
Name | Type | Description | Notes |
---|---|---|---|
body | Object |
null (empty response body)
- Content-Type: application/octet-stream
- Accept: application/json
SettingsCustomHtmlBean setCustomHtml(SettingsCustomHtmlBean)
Set the custom HTML
Name | Type | Description | Notes |
---|---|---|---|
SettingsCustomHtmlBean | SettingsCustomHtmlBean |
- Content-Type: application/json
- Accept: application/json
SettingsBean setSettings(SettingsBean)
Set the general settings
Name | Type | Description | Notes |
---|---|---|---|
SettingsBean | SettingsBean |
- Content-Type: application/json
- Accept: application/json
SettingsSecurityBean setSettingsSecurity(SettingsSecurityBean)
Set the security settings
Name | Type | Description | Notes |
---|---|---|---|
SettingsSecurityBean | SettingsSecurityBean |
- Content-Type: application/json
- Accept: application/json