[BUG]: octokit.request("PATCH /app/hook/config", { url })
throws error installationId option is required for installation authentication
#584
Labels
Type: Bug
Something isn't working as documented, or is being fixed
What happened?
The reason for this is that
url
is a special argument that octokit is using internally. I think a long time ago I asked the API to rename the parameter because of that conflict, alsowebhook_url
would be more clear anyway.Here is a workaround for anyone who runs into it
Versions
any
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: