From 2deeda70ce3c57b5dbf42e32230deaa285d146ac Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Sun, 24 Nov 2024 20:47:44 +0100 Subject: [PATCH] Fix docs --- services/auth-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/auth-app/README.md b/services/auth-app/README.md index 73dcb062f3a..b6800ffb953 100644 --- a/services/auth-app/README.md +++ b/services/auth-app/README.md @@ -91,7 +91,7 @@ When using curl for the respective command, you need to authenticate with a head Example: `token=Z3s2K7816M4vuSpd5` * An active bearer token ```bash - curl --request GET 'https:///auth-app/tokens?token={value}' \ + curl --request DELETE 'https:///auth-app/tokens?token={value}' \ --header 'accept: application/json' \ --header 'authorization: Bearer {token}' ```