Upload workspace logo

Upload or replace a workspace logo.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

workspaceIdstringRequired
Workspace whose logo to replace.

Headers

X-Account-IdstringRequired
Account that owns the workspace.

Request

This endpoint expects a multipart form containing a file.
filefileRequired

The logo image. Must be a raster type — PNG, JPEG, GIF or WEBP (SVG is not allowed) — and at most 2 MB.

Response

Confirms the upload and returns the new logo URL.
successboolean
True when the logo was stored.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error