Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed May 2, 2021
1 parent 4eae73d commit ceac29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ POST - `/schema/validate` Validate schema between provided and latest schemas.

### Remove all schemas except the most (N) recent

POST - `/schema/garbage_collect` Removes all schemas except the most recent N of every service. Returns the removed schemas. This could be called by a [trigger](https://developers.cloudflare.com/workers/platform/cron-triggers).
POST - `/schema/garbage_collect` Removes all schemas except the most recent N of every service. Returns the count removed schemas and versions. This could be called by a [trigger](https://developers.cloudflare.com/workers/platform/cron-triggers).

<details>
<summary>Example Request</summary>
Expand Down

0 comments on commit ceac29d

Please sign in to comment.