jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
694 stars 124 forks source link

REST API documentation #3827

Open gmmars opened 3 weeks ago

gmmars commented 3 weeks ago

Environment

Jmix version: 2.3.4

Bug Description

  1. In generated docs fetchPlan is marked as boolean, although according to description it is required to pass name fetchPlan image

  2. In generated docs /rest/docs/openapiDetailed.json on /{entityName}/search for POST. It is said that fetchPlan, limit and etc. are the request parameters, and in Request body only filter definition. Although indeed filter, fetchPlan, limit and etc. should all be in Request body.