---
title: "Update logo annotation"
method: PUT
path: "/images/logos/{logo_id}"
tags: ["Logo Management"]
---

# Update logo annotation

`PUT /images/logos/{logo_id}`

Update the type and value of a logo annotation

## Path parameters

- `logo_id` integer, required

## Request body

- object
  - `type` string, required — The type of the logo
  - `value` string, nullable — The value/name of the logo

## Response `204`

Logo annotation updated successfully

## Other responses

- `403` — Authentication required
- `404` — Logo not found

---

[API](https://skmtc.net/openfoodfacts/apis/api-reference.md) · [All operations](https://skmtc.net/openfoodfacts/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfoodfacts/api-reference/revisions/23d26c6d55e6/schema)
