Logo management

Update logo annotation

Update the type and value of a logo annotation

PUT
/images/logos/{logo_id}
AuthorizationBasic <token>

Basic HTTP authentication using Open Food Facts credentials

In: header

Path Parameters

logo_idinteger

The ID of the logo to update

typestring

The type of the logo

Length1 <= length
value?string | null

The value/name of the logo

Response Body

curl -X PUT "https://robotoff.openfoodfacts.org/api/v1/images/logos/1" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "string"
  }'
Empty
Empty
Empty