🐛 Hotfix: Enable RAW body for JSON Content-Type
This commit is contained in:
@@ -1544,7 +1544,11 @@ export default {
|
||||
"text/plain",
|
||||
],
|
||||
canListParameters() {
|
||||
return this.contentType === "application/x-www-form-urlencoded"
|
||||
return [
|
||||
"application/json",
|
||||
"application/hal+json",
|
||||
"application/x-www-form-urlencoded",
|
||||
].includes(this.contentType)
|
||||
},
|
||||
uri: {
|
||||
get() {
|
||||
|
||||
Reference in New Issue
Block a user