Updates the order of photos in an artist’s gallery
cURL
curl --request PUT \ --url http://localhost:3000/api/gallery/reorder \ --header 'Content-Type: application/json' \ --data ' { "photoUpdates": [ { "id": "<string>", "order": 123 } ] } '
{ "success": true }
Show child attributes
Photos reordered successfully
Whether the operation was successful