We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b5426f + 26c4585 commit 24d91a5Copy full SHA for 24d91a5
1 file changed
content/v3.md
@@ -126,7 +126,8 @@ relatively new and uncommon HTTP verb, so resource endpoints also accept
126
POST requests.
127
128
PUT
129
-: Used for replacing resources or collections.
+: Used for replacing resources or collections. For PUT requests
130
+with no `body` attribute, be sure to set the `Content-Length` header to zero.
131
132
DELETE
133
: Used for deleting resources.
0 commit comments