openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CCMSBI_CPH_SET_DELTAPOINTER: post: tags: - SCCMSBI_SETUP_TOOLS_S operationId: /rfc/CCMSBI_CPH_SET_DELTAPOINTER requestBody: content: application/json: schema: properties: INPUT: type: string required: - INPUT responses: '200': description: OK content: application/json: schema: properties: MSG: type: string '400': description: Bad request. 5XX: description: Unexpected error.