openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AKB_PING: post: tags: - PA_AKB operationId: /rfc/AKB_PING requestBody: content: application/json: schema: properties: SYSID: type: string maxLength: 8 description: Name of SAP R/3 System required: - SYSID responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.