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