Norbert Táskai created FINERACT-1852:
----------------------------------------
Summary: Swagger schema inconsistency for Business Step Config APIs
Key: FINERACT-1852
URL: https://issues.apache.org/jira/browse/FINERACT-1852
Project: Apache Fineract
Issue Type: Bug
Reporter: Norbert Táskai
There is inconsistency in swagger schema for the following APIs:
GET /jobs/names:
- Swagger: Array of GetBusinessJobConfigResponse Object
- Actual: Array of String
GET /jobs/\{jobName}/steps:
- Swagger: Array of GetBusinessStepConfigResponse Object
- Actual: GetBusinessStepConfigResponse Object
PUT /jobs/\{jobName}/available-steps:
- Swagger: Array of GetBusinessStepConfigResponse Object
- Actual: Empty Object
GET /jobs/\{jobName}/steps:
- Swagger: Array of GetBusinessStepConfigResponse Object
- Actual: GetBusinessStepConfigResponse Object
--
This message was sent by Atlassian Jira
(v8.20.10#820010)