PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config
endpoint with url
parameter
#425
Labels
Type: Bug
Something isn't working as documented
Follow up to github/docs#9900.
Right now, the following code
Sends a
PATCH
request to/url
', because theurl
parameter overwrites/repos/{owner}/{repo}/hooks/{hook_id}/config
from theroute
option.I think we should change that behavior. If a
route
parameter is set, thenparameters.url
should be passed as query or request body parameter, depending on the method.The text was updated successfully, but these errors were encountered: