openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/COM_PRODUCT_SAVE_API: post: tags: - COM_PRODUCT_MAINTAIN_API operationId: /rfc/COM_PRODUCT_SAVE_API requestBody: content: application/json: schema: properties: IV_UPDATE_TASK: type: string default: X maxLength: 1 responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.