api-tests: Exclude some documented endpoints from curl tests.

Adds a set of excluded endpoints for the test of generated curl
examples in the API documentation.

Currently, only the `api/test-notify` endpoint is excluded since
there would need to be a push notification bouncer set up to test
that generated curl example.
This commit is contained in:
Lauryn Menard
2023-11-28 20:24:27 +01:00
committed by Tim Abbott
parent 63dd057298
commit 5051ad6ca5
2 changed files with 10 additions and 2 deletions

View File

@@ -117,3 +117,4 @@
* [Fetch an API key (production)](/api/fetch-api-key)
* [Fetch an API key (development only)](/api/dev-fetch-api-key)
* [Send a test notification to mobile device(s)](/api/test-notify)