openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_IC_SCRIPTING_RENAME_OBJECT: post: tags: - CRM_IC_SCRIPTING_PERSIST summary: Get list of XML documents. operationId: /rfc/CRM_IC_SCRIPTING_RENAME_OBJECT requestBody: content: application/json: schema: properties: NEWOBJDESC: type: string maxLength: 64 description: Interactive Scripting Object Description NEWOBJECTNAME: type: string maxLength: 32 description: New XML document name OBJECTNAME: type: string maxLength: 32 description: XML document name OBJECTTYPE: type: string maxLength: 2 description: IS=Regular OS=Objection SU=Survey required: - NEWOBJECTNAME - OBJECTNAME - OBJECTTYPE responses: '200': description: OK content: application/json: schema: properties: SUCCESS: type: string maxLength: 1 description: Function was successfully executed '400': description: Bad request. 5XX: description: Unexpected error.