From c99b741bed5f191e135e49ba3fea78d5dd2f0c81 Mon Sep 17 00:00:00 2001 From: Nicolas Corrarello Date: Fri, 6 Oct 2017 12:13:47 +0200 Subject: [PATCH] A few simple fixes for the Github API docs (#3432) --- website/source/api/auth/github/index.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/api/auth/github/index.html.md b/website/source/api/auth/github/index.html.md index 8020c73101..85cf602ce0 100644 --- a/website/source/api/auth/github/index.html.md +++ b/website/source/api/auth/github/index.html.md @@ -18,7 +18,7 @@ please update your API calls accordingly. ## Configure Backend -Configures the connection parameters for Okta. This path honors the +Configures the connection parameters for Github. This path honors the distinction between the `create` and `update` capabilities inside ACL policies. | Method | Path | Produces | @@ -50,12 +50,12 @@ $ curl \ --header "X-Vault-Token: ..." \ --request POST \ --data @payload.json \ - https://vault.rocks/v1/auth/githubokta/config + https://vault.rocks/v1/auth/github/config ``` ## Read Configuration -Reads the Okta configuration. +Reads the Github configuration. | Method | Path | Produces | | :------- | :--------------------------- | :--------------------- | @@ -136,4 +136,4 @@ $ curl \ "lease_duration": 7200, "renewable": true } - ``` \ No newline at end of file + ```