From aa8a4388eb3f8b93a2966ff73f0436d36c0e0067 Mon Sep 17 00:00:00 2001 From: sHa Date: Wed, 13 Mar 2024 11:02:58 +0200 Subject: [PATCH] Update documentation links in readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4cd36c9..ae4ee86 100644 --- a/readme.md +++ b/readme.md @@ -38,4 +38,4 @@ curl -X GET http://localhost:8000/api/__clear ## Namespace The service also supports the use of "namespaces" in your requests. This feature allows you to separate and categorize your request streams. Simply include the namespace in your endpoint path when sending requests. For example, to catch a request under the namespace `test`, you would send your request to `/test`. Similarly, to retrieve the last request or view the history under the test namespace, you would send a GET request to `/api/__last_request/test` or `/api/__history/test`, respectively. This allows for more organized tracking and debugging of different request streams. -For more detailed information and usage instructions, please refer to the full documentation available at the /doc or /redoc endpoints when the service is running. +For more detailed information and usage instructions, please refer to the full documentation available at the `/doc` or `/redoc` endpoints when the service is running.