apideck-libraries / portman

Port OpenAPI Specs to Postman Collections, inject test suite and run via Newman 👨🏽‍🚀
http://getportman.com/
Apache License 2.0
638 stars 59 forks source link

Skip read-only properties from request body #634

Closed thim81 closed 3 months ago

thim81 commented 3 months ago

Linked to #628

Readonly & write-only properties are now converted with V2 of openapi-to-postman.

OpenAPI:

image

Before:

SCR-20240818-snkd

After:

image