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