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