Skip to content

Openapi spec #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed body examples
  • Loading branch information
Taz03 committed May 24, 2024
commit 59fb857e7dd76635f9243cde88fd1a1cb782a699
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,6 @@ public JShellResult eval(
@Parameter(description = "id of the startup script to use")
@RequestParam(required = false)
StartupScriptId startupScriptId,
@io.swagger.v3.oas.annotations.parameters.RequestBody(
content = {
@Content(
mediaType = "text/plain",
examples = {
@ExampleObject(
name = "Hello world example",
value =
"System.out.println(\"Hello,"
+ " World!\");"),
@ExampleObject(
name =
"Hello world example with startup"
+ " script",
value = "println(\"Hello, World!\");")
})
})
@RequestBody
String code)
throws DockerException {
Expand Down