We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180f8e4 commit e77be09Copy full SHA for e77be09
layer-api/src/main/java/org/layer/domain/actionItem/controller/ActionItemApi.java
@@ -38,7 +38,7 @@ ResponseEntity<ActionItemCreateResponse> createActionItem(@MemberId Long memberI
38
content = {
39
@Content(
40
mediaType = "application/json",
41
- schema = @Schema(implementation = MemberActionItemResponse.class)
+ schema = @Schema(implementation = MemberActionItemGetResponse.class)
42
)
43
}
44
0 commit comments