Uploaded image for project: 'Apache Submarine'
  1. Apache Submarine
  2. SUBMARINE-505

Change job API response class in swagger annotation

    XMLWordPrintableJSON

Details

    Description

      @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")})

      The respose class should beĀ JsonResponse.class

      Attachments

        Issue Links

          Activity

            People

              pingsutw Kevin Su
              pingsutw Kevin Su
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: