Skip to content

Commit

Permalink
#785 fix as comments
Browse files Browse the repository at this point in the history
  • Loading branch information
schoicsiro committed Oct 9, 2023
1 parent c3b343a commit 1a3c819
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ class ApiController extends BaseController {
@Parameter(name = "imageId",
in = ParameterIn.PATH,
required = true,
description = "Image id - UUID or Scientific name"),
description = "Image id - UUID"),
@Parameter(name = "type",
in = ParameterIn.QUERY,
required = true,
Expand Down Expand Up @@ -625,7 +625,7 @@ class ApiController extends BaseController {
@Parameter(name = "imageId",
in = ParameterIn.PATH,
required = true,
description = "Image id - UUID or Scientific name"),
description = "Image id - UUID"),
@Parameter(name = "type",
in = ParameterIn.QUERY,
required = true,
Expand Down

0 comments on commit 1a3c819

Please sign in to comment.