Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar authored Nov 24, 2024
1 parent 0aef4fc commit 2deeda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/auth-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<your host:9200>/auth-app/tokens?token={value}' \
curl --request DELETE 'https://<your host:9200>/auth-app/tokens?token={value}' \
--header 'accept: application/json' \
--header 'authorization: Bearer {token}'
```
Expand Down

0 comments on commit 2deeda7

Please sign in to comment.