Skip to main content
PUT
/
flash
/
reorder
Reorder Flash Listings
curl --request PUT \
  --url http://localhost:3000/api/flash/reorder \
  --header 'Content-Type: application/json' \
  --data '
{
  "flashUpdates": [
    {
      "id": "<string>",
      "order": 123
    }
  ]
}
'
{
  "success": true
}

Body

application/json
flashUpdates
object[]
required

Array of flash listing updates with new order values

Response

Flash listings reordered successfully

success
boolean
required

Whether the operation was successful