fix docs formatting

This commit is contained in:
Chris Hoffman
2017-08-24 11:23:26 -04:00
parent 446c25aacc
commit 950eaeea55
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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