Fix docs
This commit is contained in:
@@ -91,7 +91,7 @@ When using curl for the respective command, you need to authenticate with a head
|
|||||||
Example: `token=Z3s2K7816M4vuSpd5`
|
Example: `token=Z3s2K7816M4vuSpd5`
|
||||||
* An active bearer token
|
* An active bearer token
|
||||||
```bash
|
```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 'accept: application/json' \
|
||||||
--header 'authorization: Bearer {token}'
|
--header 'authorization: Bearer {token}'
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user