mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Fix mapping read paths (#4448)
This commit is contained in:
parent
4a8063a8e9
commit
420a9b9321
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user