Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Fix description.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWall89 committed Jan 7, 2021
1 parent e7285ef commit 196fa5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class NsdController {
* @return The generated NSD
*/
@PostMapping("/generate")
@Operation(description = "Generates a NSD from a VSB",
@Operation(description = "Generates a NSD from a VSB or CtxB",
requestBody = @io.swagger.v3.oas.annotations.parameters.RequestBody(description = "A VSB or CtxB in JSON format",
content = @Content(schema = @Schema(implementation = Blueprint.class)),
required = true))
Expand Down

0 comments on commit 196fa5c

Please sign in to comment.