Aktionen
GX-Bug #70068
geschlossenV2 api documentation for deleting product images does not contain the required JSON request body schema
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.7.1.0
Release Notes Langtext:
Die REST-API v2 Dokumentation für das Löschen von Produktbildern enthält nun das Schema für den Request-Body
Beschreibung
To successfully delete a product image using the v2 api a json body like this is required for the endpoint to work.
{
"filename" : "sneaker-swag-combined.jpg"
}
This must be added to the documentation.
Aktionen