[
https://issues.apache.org/jira/browse/SUBMARINE-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SUBMARINE-505:
-------------------------------------
Labels: pull-request-available (was: )
> Change job API response class in swagger annotation
> ---------------------------------------------------
>
> Key: SUBMARINE-505
> URL: https://issues.apache.org/jira/browse/SUBMARINE-505
> Project: Apache Submarine
> Issue Type: Bug
> Components: K8s Submitter
> Reporter: Kevin Su
> Assignee: Kevin Su
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 0.4.0
>
>
> {code:java}
> @Operation(summary = "Find job by id",
> tags = {"jobs"},
> responses = {
> @ApiResponse(description = "successful operation", content = @Content(
> schema = @Schema(implementation = Job.class))),
> @ApiResponse(responseCode = "404", description = "Job not found")}){code}
> The respose class should beĀ JsonResponse.class
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]