Skip to content

Commit c6fd3aa

Browse files
committed
fixing auth-app api docs for creating token via impersonation API
1 parent e8879a9 commit c6fd3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/auth-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ To impersonate, the respective requests from the CLI commands above extend with
113113
Example:\
114114
A final create request would then look like:
115115
```bash
116-
curl --request POST 'https://<your host:9200>/auth-app/tokens?expiry={value}?userName={value}' \
116+
curl --request POST 'https://<your host:9200>/auth-app/tokens?expiry={value}&userName={value}' \
117117
--header 'accept: application/json' \
118118
--header 'authorization: Bearer {token}'
119119
```

0 commit comments

Comments
 (0)