Updates the order of flash listings. Only artists can reorder their own flash listings.
cURL
curl --request PUT \ --url http://localhost:3000/api/flash/reorder \ --header 'Content-Type: application/json' \ --data ' { "flashUpdates": [ { "id": "<string>", "order": 123 } ] } '
{ "success": true }
Array of flash listing updates with new order values
Show child attributes
Flash listings reordered successfully
Whether the operation was successful