8000 Be specific about POST, PATCH, PUT, and DELETE requests. · abertranb/developer.github.com@2682c2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 2682c2d

Browse files
committed
Be specific about POST, PATCH, PUT, and DELETE requests.
For POST, PATCH, PUT, and DELETE requests, parameters not included in the URL should be encoded as JSON.
1 parent d1fc094 commit 2682c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In this example, the 'mojombo' and 'jekyll' values are provided for the `:owner`
5757
and `:repo` parameters in the path while `:state` is passed in the query
5858
string.
5959

60-
For POST, PATCH, and PUT requests, parameters not included in the URL should be encoded as JSON
60+
For POST, PATCH, PUT, and DELETE requests, parameters not included in the URL should be encoded as JSON
6161
with a Content-Type of 'application/x-www-form-urlencoded':
6262

6363
<pre class="terminal">

0 commit comments

Comments
 (0)
0