Skip to main content
POST
Set app logo

Authorizations

Authorization
string
header
required

Personal access token, sent as Authorization: Bearer <token>.

Path Parameters

app_id
string
required

ID of the app to set the logo on.

Body

application/json
logo_url
string
required

URL of the image to use as the app's logo.

Example:

"https://storage.base44.com/6820f3a4e7b91d003c45a1f2/3f2504e0_logo.png"

Response

The app with its new logo.

Doc-only: the handler returns the whole app document.

id
string
required

ID of the app.

Example:

"6820f3a4e7b91d003c45a1f2"

logo_url
string
required

URL of the app's logo, as you sent it.

Example:

"https://storage.base44.com/6820f3a4e7b91d003c45a1f2/3f2504e0_logo.png"