openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_CHECK_NAME: post: tags: - CGNO operationId: /rfc/CRM_CHECK_NAME requestBody: content: application/json: schema: properties: I_TABNAME: type: string maxLength: 30 description: Name of the structure to check required: - I_TABNAME responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.