Skip to main content
PUT
/
flash
/
mark-as-available
Mark Flash as Available
curl --request PUT \
  --url http://localhost:3000/api/flash/mark-as-available \
  --header 'Content-Type: application/json' \
  --data '
{
  "flashIds": [
    "<string>"
  ]
}
'
{
  "success": true,
  "updatedCount": 123
}

Body

application/json
flashIds
string[]
required

Response

200 - application/json

Flash listings marked as available

success
boolean
updatedCount
number