From 420a9b93213cc033bd98949691d0dfd22d849473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A1ndor=20Istv=C3=A1n=20Kr=C3=A1cser?= Date: Wed, 25 Apr 2018 15:22:30 +0200 Subject: [PATCH] Fix mapping read paths (#4448) --- website/source/api/auth/github/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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