openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CAT_FB_PARAMETER_READ_LIST: post: tags: - STTF operationId: /rfc/CAT_FB_PARAMETER_READ_LIST requestBody: content: application/json: schema: properties: ERROR: type: string default: ' ' maxLength: 1 FUNCNAME: type: string maxLength: 30 SFILENAME: type: string maxLength: 30 COMPARETAB: type: array items: type: object properties: PATYP: type: string maxLength: 1 description: CATT - Parameter type (I,E,V) ERROR: type: string maxLength: 1 description: General flag PAVAL: type: string maxLength: 132 description: CATT - Parameter value required: - FUNCNAME - SFILENAME responses: '200': description: OK content: application/json: schema: properties: COMPARETAB: type: array items: type: object properties: PATYP: type: string maxLength: 1 description: CATT - Parameter type (I,E,V) ERROR: type: string maxLength: 1 description: General flag PAVAL: type: string maxLength: 132 description: CATT - Parameter value '400': description: Bad request. 5XX: description: Unexpected error.