---
title: "Edit Logo Endpoint"
method: POST
path: "/editLogo"
---

# Edit Logo Endpoint

`POST /editLogo`

Endpoint for editing a logo's information.

Args:
    personId: The logo ID (frontend uses personId)
    name: New brand name (optional)
    category: When sent, updates category (empty -> brand). Omit to leave unchanged.
    link: When sent, updates link (empty clears). Omit to leave unchanged.
    contactEmail: When sent, updates contact email (empty clears). Omit to leave unchanged.

Returns:
    JSON response with success status and updated logo details

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/3966713f5d52/schema)
