You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,21 +83,6 @@ PUT - `/schema/deactivate` Deactivates a schema by id. The schema will no longer
83
83
</p>
84
84
</details>
85
85
86
-
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).
87
-
88
-
<details>
89
-
<summary>Example Request</summary>
90
-
<p>
91
-
92
-
```jsonc
93
-
{
94
-
"num_schemas_keep":10// minimum is 10
95
-
}
96
-
```
97
-
98
-
</p>
99
-
</details>
100
-
101
86
### Validation
102
87
103
88
POST - `/schema/diff` Returns the schema report of all services and the provided new schema.
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).
0 commit comments