v1

latestOpenAPI 3.0.12026-07-1715846.6 KB
Posts

Seed post read times

Recalculates the read time for all existing posts in the background. Flushes the Redis cache first.

post/api/v1/posts/seed-read-time

Response

Seeding process started

statusboolean
messagestring
dataobject nullable

Example response

{
  "status": true,
  "message": "Operation successful"
}