Upload a new IE9 branding image file

Updates a branding image file for Self Service applications that use Internet Explorer 9, by uploading a new branding file.

Request

POST /GmaApi/ss/uploadBrandingFile/IE9

Example cURL request

curl -v -i -X POST -H "Authorization: Bearer 73d2039d-7767-495f-b40c-f766fcf8f0e2" -H "Accept: application/json,application/xml,text/html,application/atom+xml,text/xhtml" -F "file=@/Users/srinivasakancharla/Downloads/test.jpg" http://hostname/GmaApi/ss/uploadBrandingFile/IE9?instanceId=1&fileId=2

Resource URI

https://hostname/GmaApi/ss/uploadBrandingFile

Authorization header

For information about obtaining an access token, see Request an access token.

Content type

Specify the local file to be uploaded, for example file=@/Users/srinivasakancharla/Downloads/test.jpg.

Request parameters

Table 1. Query parameters
Parameter Type Required Description
instanceId Integer Yes The ID of the Cloud Identity Service instance to retrieve the file for.
fileId String Yes ID of the branding image file to replace. You can specify one of the following branding file IDs.
  • 2. Logo image. Header logo.
  • 3. Error icon. Header logo.
  • 4. Favorites icon. Favorites icon that is displayed in browser.
  • 5. Form elements. Check box and radio button images.
  • 7. Page background. Tiled background image for profile management.
  • 8. Data loading indicator. Data loading image.
  • 10. Preloader image. Section is loading image.
  • 11. Search field icon. Autocomplete or search enabled input field image.
  • 12. Searching icon. Search being performed image.
  • 13. Success icon. Successful operation icon.
  • 14. Pages icon. Page icons on Self Service screens.

Example response

{"status":{"success":true,"apiError":false,"message":"Success","errors":{}}}

Response parameters

Table 2. Response parameters
Parameter name Description
status Returns whether the request was successful. Returns an error when the request is unsuccessful. For more information about errors, see Errors.