We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5fa25 commit d88723aCopy full SHA for d88723a
1 file changed
rest.js
@@ -32,6 +32,7 @@ const checkPatchOverrideSupport = function (req, res) {
32
* reaching controllers, preventing unhandled errors from unparsed or mis-parsed bodies.
33
*
34
* - Skips validation for methods that don't carry bodies (GET, HEAD, OPTIONS, DELETE)
35
+ * - Skips validation for endpoints that do not use a body (/release)
36
* - Allows text/plain for /search endpoints (which accept plain text search terms)
37
* - Requires application/json or application/ld+json for all other write endpoints
38
* - Returns 415 for missing or unsupported Content-Type
0 commit comments