Logo management

Bulk update logo annotations

Mass update logo annotations by changing type and value

POST
/images/logos/update

Query Parameters

source_typestring

Current logo type to update from

source_valuestring

Current logo value to update from

target_typestring

New logo type to update to

target_valuestring

New logo value to update to

Response Body

curl -X POST "https://robotoff.openfoodfacts.org/api/v1/images/logos/update?source_type=string&source_value=string&target_type=string&target_value=string"
{
  "updated": 0
}