mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-14 04:12:01 +01:00
fix docs formatting
This commit is contained in:
parent
446c25aacc
commit
950eaeea55
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user