v50

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-068428533.0 MB
Assets

Replace Logo

Replaces the logo of the portal.

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

Request body

datastring uri required

must be a data URL with base64 image data, e.g., data:image/jpeg;base64,<BASE64_IMAGE_DATA>

Example request

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

Response

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

datastring uri required

must be a data URL with base64 image data, e.g., data:image/jpeg;base64,<BASE64_IMAGE_DATA>

Example response

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