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