v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Assets

Replace Favicon

Replaces the favicon of the portal. The favicon is used in the browser tab of the portal.

put/v3/portals/{portalId}/assets/favicon

Request body

Example request

{
  "data": "data:image/jpeg;base64,bmljZV9sb29raW5nX3BpY3R1cmU="
}

Response

Image asset for the portal. Can be either png, jpeg or svg

Example response

{
  "data": "data:image/png,YW5faW1hZ2VfZmlsZQ=="
}