Skip to content

Commit 9a85ee2

Browse files
committed
fix: swagger request for bulk update
1 parent 72c995c commit 9a85ee2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/swagger.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2638,7 +2638,9 @@ paths:
26382638
content:
26392639
application/json:
26402640
schema:
2641-
$ref: "#/components/schemas/WorkPeriodPaymentPatchRequestBodyInBulk"
2641+
type: array
2642+
items:
2643+
$ref: "#/components/schemas/WorkPeriodPaymentPatchRequestBodyInBulk"
26422644
responses:
26432645
"200":
26442646
description: OK

0 commit comments

Comments
 (0)