Discussions

Ask a Question
Back to All

OpenAPI file - Way to avoid all body param defined as required?

When uploading an OpenAPI file in JSON format (transformed from Postman export), all body raw parameters are defined as required in the ReadMe API Reference page but shouldn't. Is there any way or other format that properly recognizes what's optional? Thanks.