openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AMYO_REMOVE_FROM_MY_OBJECTS: post: tags: - AMYO2 operationId: /rfc/AMYO_REMOVE_FROM_MY_OBJECTS requestBody: content: application/json: schema: properties: LOGSYS: type: string default: ' ' maxLength: 10 OBJKEY: type: string maxLength: 70 OBJTYPE: type: string maxLength: 10 PARENT_NODE: type: string default: ' ' maxLength: 10 UNAME: type: string default: SY-UNAME maxLength: 12 required: - OBJKEY - OBJTYPE responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.