From 41024007caa0ef3b7b1dd133bc02257c99b9f5d7 Mon Sep 17 00:00:00 2001 From: Danilo Tuler Date: Sat, 6 Apr 2024 00:06:51 -0300 Subject: [PATCH] Add required flag to post bodies --- CHANGELOG.md | 6 ++++++ rollup.yaml | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7bd4c..cd7855c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/rollup.yaml b/rollup.yaml index e566450..d9dc6a0 100644 --- a/rollup.yaml +++ b/rollup.yaml @@ -101,6 +101,7 @@ paths: application/json: schema: $ref: "#/components/schemas/Finish" + required: true responses: "200": @@ -142,6 +143,7 @@ paths: application/json: schema: $ref: "#/components/schemas/Voucher" + required: true responses: "200": @@ -175,6 +177,7 @@ paths: application/json: schema: $ref: "#/components/schemas/Notice" + required: true responses: "200": @@ -205,6 +208,7 @@ paths: application/json: schema: $ref: "#/components/schemas/Report" + required: true responses: "200": @@ -236,6 +240,7 @@ paths: application/json: schema: $ref: "#/components/schemas/Exception" + required: true responses: "200":