openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ATRA_SEND_TRACE: post: tags: - S_ABAP_TRACE_DATA operationId: /rfc/ATRA_SEND_TRACE requestBody: content: application/json: schema: properties: P_DEST: type: string maxLength: 32 P_FNAME: type: string maxLength: 70 required: - P_DEST - P_FNAME responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.