From cce6323da45039afca47517c538c00bd3bf639c4 Mon Sep 17 00:00:00 2001 From: Nicolas Almerge <44474247+NicolasAlmerge@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:45:12 -0400 Subject: [PATCH] Small fix in curl command in /oauth/active --- markdown/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/api.md b/markdown/api.md index a1cc2a1..0643302 100644 --- a/markdown/api.md +++ b/markdown/api.md @@ -458,7 +458,7 @@ Optional, for P2P clients: ```location=___.___.___.___``` (must be a valid IP ad * Request-Parameters: ```access_token=...``` * Curl: ``` - curl -X DELETE http://127.0.0.1:4242/oauth/DELETE?access_token=37S8hhdMCdXupIatPm82xJpXXas= + curl -X DELETE http://127.0.0.1:4242/oauth/active?access_token=37S8hhdMCdXupIatPm82xJpXXas= ```