mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2026-01-10 06:01:42 +00:00
fix docs formatting
This commit is contained in:
@@ -21,7 +21,7 @@ large numbers of tokens and their associated leases at once.
|
||||
| Method | Path | Produces |
|
||||
| :------- | :--------------------------- | :--------------------- |
|
||||
| `LIST` | `/auth/token/accessors` | `200 application/json` |
|
||||
| `GEt` | `/auth/token/accessors?list=true` | `200 application/json` |
|
||||
| `GET` | `/auth/token/accessors?list=true` | `200 application/json` |
|
||||
|
||||
### Sample Request
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@ List available userpass users.
|
||||
| Method | Path | Produces |
|
||||
| :------- | :--------------------------- | :--------------------- |
|
||||
| `LIST` | `/auth/userpass/users` | `200 application/json` |
|
||||
| `GEt` | `/auth/userpass/users?list=true` | `200 application/json` |
|
||||
| `GET` | `/auth/userpass/users?list=true` | `200 application/json` |
|
||||
|
||||
### Sample Request
|
||||
|
||||
|
||||
@@ -236,7 +236,7 @@ This endpoint lists all existing roles in the backend.
|
||||
| Method | Path | Produces |
|
||||
| :------- | :--------------------------- | :--------------------- |
|
||||
| `LIST` | `/aws/roles` | `200 application/json` |
|
||||
| `GEt` | `/aws/roles?list=true` | `200 application/json` |
|
||||
| `GET` | `/aws/roles?list=true` | `200 application/json` |
|
||||
|
||||
### Sample Request
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ this command.
|
||||
| Method | Path | Produces |
|
||||
| :------- | :--------------------------- | :--------------------- |
|
||||
| `LIST` | `/secret/:path` | `200 application/json` |
|
||||
| `GEt` | `/secret/:path?list=true` | `200 application/json` |
|
||||
| `GET` | `/secret/:path?list=true` | `200 application/json` |
|
||||
|
||||
### Parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user