Questions tagged [cpp-pistache-server]

1 questions
1
vote
1 answer

How to make requestBodies required in swagger

How do I define a required requestBody in swagger (openapi 3.0) ? The following generates the request object but the validation methods are trivial and not requiring that the request's properties to be set: /data/{idParam}: put: tags: …
ventsyv
  • 3,316
  • 3
  • 27
  • 49