Skip to content

Commit

Permalink
fix docs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hoffman committed Aug 24, 2017
1 parent 1a0aa24 commit 5271cf7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/source/api/auth/token/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/source/api/auth/userpass/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/source/api/secret/aws/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/source/api/secret/generic/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5271cf7

Please sign in to comment.