[
https://issues.apache.org/jira/browse/FINERACT-1852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Norbert Táskai resolved FINERACT-1852.
--------------------------------------
Resolution: Fixed
> 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
> Priority: Major
>
> 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)