speedruncomorg / api

REST API Documentation for speedrun.com
346 stars 36 forks source link

New data doesn't invalidate cached responses #144

Open exodustx0 opened 2 years ago

exodustx0 commented 2 years ago

For example: when you submit a run through POST /runs, request it through GET /runs/{id}, delete it through DELETE /runs/{id}, then request it again, you'll get the cached response from a moment ago. Ideally, the cached response should've been invalidated by the deletion of the resource, making the request for it result in HTTP 404.