All URIs are relative to https://<JIRA_URL>/rest/bootstrapi/1
Method | HTTP request | Description |
---|---|---|
getBanner | GET /settings/banner | Get the banner |
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 |
getSettings | GET /settings | Get the general settings |
getSettingsSecurity | GET /settings/security | Get the security settings |
setBanner | PUT /settings/banner | Set the banner |
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 |
setSettings | PUT /settings | Set the general settings |
setSettingsSecurity | PUT /settings/security | Set the security settings |
SettingsBannerBean getBanner()
Get the banner
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
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
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
SettingsBannerBean setBanner(SettingsBannerBean)
Set the banner
Name | Type | Description | Notes |
---|---|---|---|
SettingsBannerBean | SettingsBannerBean |
- Content-Type: application/json
- 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
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