---
title: "Update project logo"
method: POST
path: "/v1/connect/projects/{project_id}/logo"
---

# Update project logo

`POST /v1/connect/projects/{project_id}/logo`

Upload or replace the project logo

## Request body

- UpdateProjectLogoOpts — Payload to update a project's logo.
  - `logo` string, byte, required — Data URI containing the new Base64 encoded image

## Response `200`

logo updated

## Other responses

- `400` — invalid logo data
- `429` — too many requests

---

[API](https://skmtc.net/pipedream/apis/pipedream-rest-api.md) · [All operations](https://skmtc.net/pipedream/apis/pipedream-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedream/pipedream-rest-api/versions/c25dbf225c49/schema)
