From 950eaeea559a4e3124380fb783cac2c8b91bb6ed Mon Sep 17 00:00:00 2001 From: Chris Hoffman Date: Thu, 24 Aug 2017 11:23:26 -0400 Subject: [PATCH] fix docs formatting --- website/source/api/auth/token/index.html.md | 2 +- website/source/api/auth/userpass/index.html.md | 2 +- website/source/api/secret/aws/index.html.md | 2 +- website/source/api/secret/generic/index.html.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/api/auth/token/index.html.md b/website/source/api/auth/token/index.html.md index 334444d179..10c88a6544 100644 --- a/website/source/api/auth/token/index.html.md +++ b/website/source/api/auth/token/index.html.md @@ -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 diff --git a/website/source/api/auth/userpass/index.html.md b/website/source/api/auth/userpass/index.html.md index 14cc2bd303..259e2dbe61 100644 --- a/website/source/api/auth/userpass/index.html.md +++ b/website/source/api/auth/userpass/index.html.md @@ -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 diff --git a/website/source/api/secret/aws/index.html.md b/website/source/api/secret/aws/index.html.md index 22e8c16bd8..5e9236c493 100644 --- a/website/source/api/secret/aws/index.html.md +++ b/website/source/api/secret/aws/index.html.md @@ -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 diff --git a/website/source/api/secret/generic/index.html.md b/website/source/api/secret/generic/index.html.md index 01979a3542..9cdae66a5e 100644 --- a/website/source/api/secret/generic/index.html.md +++ b/website/source/api/secret/generic/index.html.md @@ -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