diff --git a/pages/index.vue b/pages/index.vue index e59cc6b6..c3bdee4b 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -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() {