openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CALO_LOG_INIT_MEMORY: post: tags: - CALO summary: Initialize Log Interface operationId: /rfc/CALO_LOG_INIT_MEMORY requestBody: content: application/json: schema: properties: CONTINUE_LOG: type: string default: ' ' maxLength: 1 ONLY_MESSAGES: type: string default: ' ' maxLength: 1 responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.