Skip to content

Commit 440add3

Browse files
authored
improve readme
1 parent 13f6a17 commit 440add3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ POST - `/schema/validate` Validate schema between provided and latest schemas.
9090
</p>
9191
</details>
9292

93-
### Monitoring
94-
95-
GET - `/health` healthcheck endpoint.
96-
9793
### Persisted Queries
9894

9995
GET - `/persisted_query?key=foo` Looks up persisted query from KV Storage.
@@ -104,7 +100,7 @@ POST - `/persisted_query` Adds persisted query to the KV Storage.
104100
<summary>Example Request</summary>
105101
<p>
106102

107-
```json
103+
```jsonc
108104
{
109105
"key": "apq:foo",
110106
"query": "query",
@@ -131,6 +127,10 @@ DELETE - `/persisted_query` Deletes persisted query from KV Storage.
131127
</p>
132128
</details>
133129

130+
### Monitoring
131+
132+
GET - `/health` healthcheck endpoint.
133+
134134
### Authentication
135135

136136
Clients authenticate via [`Basic-Auth`](https://en.wikipedia.org/wiki/Basic_access_authentication). You have to set the cloudflare secret `ALLOWED_CLIENT_SECRETS=secret1,secret2`. The secret is used as user and pass combination.

0 commit comments

Comments
 (0)