Skip to content

Commit

Permalink
Add required flag to post bodies
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Apr 8, 2024
1 parent 985bd4b commit a1c553b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unrelesed

### Changed

- Add required flag to post bodies

## [0.7.1] - 2024-01-23

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions rollup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Finish"
required: true

responses:
"200":
Expand Down Expand Up @@ -142,6 +143,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Voucher"
required: true

responses:
"200":
Expand Down Expand Up @@ -175,6 +177,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Notice"
required: true

responses:
"200":
Expand Down Expand Up @@ -205,6 +208,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Report"
required: true

responses:
"200":
Expand Down Expand Up @@ -236,6 +240,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Exception"
required: true

responses:
"200":
Expand Down

0 comments on commit a1c553b

Please sign in to comment.