The documentation for the PATCH method has been updated. It can now be used to change the metadata associated with an image without reuploading or modifying the image itself (so the image id doesn’t change).
I believe this can be very useful to store related info (image status, associated products, range/order/version, etc)
The limit is 1024 bytes.
Metadata is retrieved when listing images (GET, 100 items max per page) but the method has no filter, so you can’t retrieve only images matching certain data.
A post was merged into an existing topic: Is the images metadata User modifyable?