Felix Van Hove created FINERACT-2353:
----------------------------------------
Summary: OpenAPI definition does not expose required GET paramaters
Key: FINERACT-2353
URL: https://issues.apache.org/jira/browse/FINERACT-2353
Project: Apache Fineract
Issue Type: Bug
Affects Versions: 1.12.1
Reporter: Felix Van Hove
The built OpenAPI definition
fineract-provider/build/classes/java/main/static/fineract.yaml defines an
endpoint
/v1/runreports/\{reportname}
This GET request is well explained based on a series of examples. The examples
name query parameters like R_endDate and R_loanOfficerId. However the actual
parameters listed are only "reportName" (path) and "isSelfServiceUserReport"
(query). The actually necessary query parameters can't be deducted from the
OpenAPI spec.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)