openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BARC_SET_CURVE_AXIS_ATTRIB: post: tags: - BARC summary: Set attributes of the axes for the curves operationId: /rfc/BARC_SET_CURVE_AXIS_ATTRIB requestBody: content: application/json: schema: properties: FL: type: string maxLength: 2 description: Attribute ID: type: integer format: int32 description: Axis identification VAL: type: string maxLength: 80 description: Value required: - FL - ID - VAL responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.