From c6fd3aa5c3305ce3067717d251860c440f144071 Mon Sep 17 00:00:00 2001 From: Niraj Acharya Date: Mon, 9 Dec 2024 09:58:20 +0545 Subject: [PATCH] fixing auth-app api docs for creating token via impersonation API --- 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 b6800ffb95..907b56da1b 100644 --- a/services/auth-app/README.md +++ b/services/auth-app/README.md @@ -113,7 +113,7 @@ To impersonate, the respective requests from the CLI commands above extend with Example:\ A final create request would then look like: ```bash -curl --request POST 'https:///auth-app/tokens?expiry={value}?userName={value}' \ +curl --request POST 'https:///auth-app/tokens?expiry={value}&userName={value}' \ --header 'accept: application/json' \ --header 'authorization: Bearer {token}' ```