diff --git a/website/source/api/auth/github/index.html.md b/website/source/api/auth/github/index.html.md index aa72e431e1..00ddc0720f 100644 --- a/website/source/api/auth/github/index.html.md +++ b/website/source/api/auth/github/index.html.md @@ -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