openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_EI_RFC_LOG_END_DELETE: post: tags: - CRM_EI_RFCL summary: 'SAF: Log the end of deleting an index' operationId: /rfc/CRM_EI_RFC_LOG_END_DELETE requestBody: content: application/json: schema: properties: IV_DEL_ERROR_CODE: type: integer format: int32 default: 0 description: 'EI: Compilation Error' IV_KB_NAME: type: string maxLength: 30 description: 'SAF: Name of Knowledge Base' IV_LANG_ISO: type: string maxLength: 2 description: Language Key (ISO) IV_USER: type: string default: SY-UNAME maxLength: 12 description: SAF - User required: - IV_KB_NAME - IV_LANG_ISO responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.