Commit 4f7d08d
authored
bug KnpLabs#1056 fix(Apps): use /orgs/ORG/installation (ellisio)
This PR was merged into the 3.4.x-dev branch.
Discussion
----------
According to [the documentation](https://docs.github.com/en/rest/reference/apps#get-an-organization-installation-for-the-authenticated-app) this should be `/orgs/ORG/installation`, not `/org/ORG/installation`.
Using the singular version results in `Bad credentials` when using a valid JWT for the GitHub App.
Commits
-------
4d53365 fix(Apps): use /orgs/ORG/installation2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments