cURL
Update project logo
Upload or replace the project logo
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://pipedream.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A short-lived OAuth access token for server-side requests. Generate one via the Generate OAuth Token flow or automatically when initializing the SDK client.
Path Parameters
The project ID, which starts with proj_.
Pattern:
^proj_[a-zA-Z0-9]+$Body
application/json
Payload to update a project's logo.
Data URI containing the new Base64 encoded image
Example:
"data:image/png;base64,AAAAAA..."
Response
logo updated