openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CAT_CHAIN_DISPLAY_REMOTE: post: tags: - STT_EDIT summary: CATT - Export external variants operationId: /rfc/CAT_CHAIN_DISPLAY_REMOTE requestBody: content: application/json: schema: properties: ABLNR: type: string default: ' ' maxLength: 30 CHAIN: type: string default: X maxLength: 1 CHECK: type: string default: X maxLength: 1 DIRECT: type: string default: ' ' maxLength: 1 IMPORT: type: string default: X maxLength: 1 TC_TITLE: type: string default: ' ' maxLength: 75 responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.