Fix mapping read paths (#4448)

This commit is contained in:
Nándor István Krácser 2018-04-25 15:22:30 +02:00 committed by Jeff Mitchell
parent 4a8063a8e9
commit 420a9b9321

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