We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bbc75 commit 1898dfaCopy full SHA for 1898dfa
JShellAPI/src/main/java/org/togetherjava/jshellapi/rest/JShellController.java
@@ -52,23 +52,6 @@ public JShellResult eval(
52
@Parameter(description = "id of the startup script to use")
53
@RequestParam(required = false)
54
StartupScriptId startupScriptId,
55
- @io.swagger.v3.oas.annotations.parameters.RequestBody(
56
- content = {
57
- @Content(
58
- mediaType = "text/plain",
59
- examples = {
60
- @ExampleObject(
61
- name = "Hello world example",
62
- value =
63
- "System.out.println(\"Hello,"
64
- + " World!\");"),
65
66
- name =
67
- "Hello world example with startup"
68
- + " script",
69
- value = "println(\"Hello, World!\");")
70
- })
71
72
@RequestBody
73
String code)
74
throws DockerException {
0 commit comments