Merge branch 'master' of https://github.com/hashicorp/vault into master-oss

This commit is contained in:
Jeff Mitchell 2018-04-25 09:48:23 -04:00
commit e656420ba6
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ Reads the GitHub team policy mapping.
| Method | Path | Produces |
| :------- | :--------------------------- | :--------------------- |
| `GET` | `/auth/github/map/teams:team_name` | `200 application/json` |
| `GET` | `/auth/github/map/teams/:team_name` | `200 application/json` |
### Sample Request
@ -194,7 +194,7 @@ Reads the GitHub user policy mapping.
| Method | Path | Produces |
| :------- | :--------------------------- | :--------------------- |
| `GET` | `/auth/github/map/users:user_name` | `200 application/json` |
| `GET` | `/auth/github/map/users/:user_name` | `200 application/json` |
### Sample Request