ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
854 stars 173 forks source link

http: fix wrong method for /json/new #198

Closed CanadaHonk closed 1 year ago

CanadaHonk commented 1 year ago

/json/new only accepts PUT but the docs incorrectly state to use GET. Keeps id the same so old anchor links still work.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

paulirish commented 1 year ago

Good call. Thanks for the report and fix.

See also discussion: