openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CAMA_CLASS_SAVE: post: tags: - CACLM operationId: /rfc/CAMA_CLASS_SAVE requestBody: content: application/json: schema: properties: COMM_WAIT: type: string maxLength: 1 responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.