Project Editing

Update Logos

Update project logos (primary, secondary, favicon). Requires project:write permission.

put/v1/projects/{projectId}/logos

Path parameters

projectIdstring required

Project ID (MongoDB ObjectId)

Request body

primarystring uri nullable

Primary logo URL (set to null to remove)

secondarystring uri nullable

Secondary logo URL (set to null to remove)

faviconstring uri nullable

Favicon URL (set to null to remove)

Response

Logos updated

successboolean required
errorstring nullable

Changes

No recorded changes to this endpoint across all 5 revisions of this API.