openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CCDSNU_CALL_WLM_REFRESH: post: tags: - S_CCDSNU_DB2 summary: Calls the DB2 stored procedure WLM_REFRESH operationId: /rfc/CCDSNU_CALL_WLM_REFRESH requestBody: content: application/json: schema: properties: REMOTE_DBCON: type: string maxLength: 30 description: Logical name for a database connection WLM_ENV: type: string maxLength: 32 description: Character field, length 32 responses: '200': description: OK content: application/json: schema: properties: RETURN_CODE: type: integer format: int32 description: Natural number '400': description: Bad request. 5XX: description: Unexpected error.