Fixed OpenAPI body parser auto-casting

This commit is contained in:
frikky
2021-09-05 23:47:04 +02:00
parent 3ea8e5ad72
commit 9e9d114d87
6 changed files with 56 additions and 20 deletions
+2 -2
View File
@@ -91,10 +91,10 @@ export const GetIconInfo = (action) => {
{"key": "merge", "values": ["join", "merge"]},
{"key": "search", "values": ["search", "find", "locate", "index", "analyze", "anal", "match"]},
{"key": "list", "values": ["list", "head", "options"]},
{"key": "download", "values": ["capture", "get", "download", "return", "hello_world", "curl", "request", ]},
{"key": "download", "values": ["capture", "get", "download", "return", "hello_world", "curl", "request", "export", "preview"]},
{"key": "add", "values": ["add"]},
{"key": "delete", "values": ["delete", "remove", "clear", "clean",]},
{"key": "send", "values": ["send", "dispatch", "mail", "forward", "post", "submit", "mark", "set"]},
{"key": "send", "values": ["send", "dispatch", "mail", "forward", "post", "submit", "mark", "set", "release", ]},
{"key": "repeat", "values": ["repeat", "retry", "pause", "skip", "copy", "replicat", ]},
{"key": "execute", "values": ["execute", "run", "play", "raise",]},
{"key": "extract", "values": ["extract", "unpack", "decompress", "open"]},