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

Documentation Index

Fetch the complete documentation index at: https://docs.traza.com.au/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
flashIds
string[]
required

Array of flash listing IDs to mark as unavailable

Response

Flash listings marked as unavailable successfully

success
boolean
required

Whether the operation was successful

updatedCount
number
required

Number of flash listings updated