You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Norbert Táskai (Jira)" <ji...@apache.org> on 2023/01/25 08:06:00 UTC

[jira] [Resolved] (FINERACT-1852) Swagger schema inconsistency for Business Step Config APIs

     [ 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)