Package | Description |
---|---|
org.openapitools.client.api |
Modifier and Type | Method and Description |
---|---|
ImageUploadResponse |
CustomizationApi.uploadBrandThemeBackgroundImage(String brandId,
String themeId,
File _file)
Upload the Background Image
Uploads and replaces the background image for the theme.
|
ImageUploadResponse |
CustomizationApi.uploadBrandThemeBackgroundImage(String brandId,
String themeId,
File _file,
Map<String,String> additionalHeaders)
Upload the Background Image
Uploads and replaces the background image for the theme.
|
ImageUploadResponse |
CustomizationApi.uploadBrandThemeFavicon(String brandId,
String themeId,
File _file)
Upload the Favicon
Uploads and replaces the favicon for the theme
|
ImageUploadResponse |
CustomizationApi.uploadBrandThemeFavicon(String brandId,
String themeId,
File _file,
Map<String,String> additionalHeaders)
Upload the Favicon
Uploads and replaces the favicon for the theme
|
ImageUploadResponse |
CustomizationApi.uploadBrandThemeLogo(String brandId,
String themeId,
File _file)
Upload the Logo
Uploads and replaces the logo for the theme.
|
ImageUploadResponse |
CustomizationApi.uploadBrandThemeLogo(String brandId,
String themeId,
File _file,
Map<String,String> additionalHeaders)
Upload the Logo
Uploads and replaces the logo for the theme.
|
Copyright © 2017–2023 Okta. All rights reserved.