⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/server/requery_size

Re-scan stored files to update their sizes and optionally delete missing ones, returning a short status message (admin only).

POST/api/server/requery_size

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://example.com/api/server/requery_size" \  -H "Content-Type: application/json" \  -d '{}'
{  "status": "string"}