- Support for examples of collections and globals
- Added detailed documentation of custom endpoints, including summary, description, success and alternative response schemas and query parameters.
- Added
unsupported Payload version
schema to be generated if user attempt to create a schema with a Payload version that has known schema generation issues
- Support for payload version >= 1.9, including the added named field interfaces
- Fixed bug #62: custom route with different method overwrote existing payload route on same path. Now the routes are properly merged.
- Improved naming, titles and descriptions of components and paths.
- Allow overriding of schema names by setting
openapi
labels.
- Added version endpoints
- Skip routes that have payload-rbac 'blockAll' access
- Added support for multilanguage labels and descriptions in collections and globals.
- Validated schema with full payload endpoint coverage
- Reuse request / response declarations
where
type
- bulk endpoints (if payload version >=1.6.24)
- advanced auth endpoints: password reset, unlock, email verification
- preferences endpoints
- configuration options
- Initial version, before it was part op
payload-swagger