openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CFW_WORKSHOP_REMOTE_CALLBACK: post: tags: - CFW_WORKSHOP operationId: /rfc/CFW_WORKSHOP_REMOTE_CALLBACK requestBody: content: application/json: schema: properties: RFC_LIFETIME: type: integer format: int32 required: - RFC_LIFETIME responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.