openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AKB_VERSION: post: tags: - PA_AKB operationId: /rfc/AKB_VERSION requestBody: content: application/json: schema: properties: RFCDEST: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) responses: '200': description: OK content: application/json: schema: properties: AKB_REL: type: string maxLength: 10 description: Release '400': description: Bad request. 5XX: description: Unexpected error.