Skip to content

Commit 9e6ce76

Browse files
authored
Merge pull request #10741 from owncloud/impersonation-docs
[docs-only] fixing auth-app api docs for creating token via impersonation API
2 parents 2a5ed52 + c6fd3aa commit 9e6ce76

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)