UpdateInfoObjectRequest

AnalyticsBusiness IntelligenceData VisualizationReportingSAP

Properties

Name Type Description
SI_NAME string Updated object name
SI_DESCRIPTION string Updated description
View JSON Schema on GitHub

JSON Schema

sap-bi-updateinfoobjectrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateInfoObjectRequest",
  "title": "UpdateInfoObjectRequest",
  "type": "object",
  "properties": {
    "SI_NAME": {
      "type": "string",
      "description": "Updated object name"
    },
    "SI_DESCRIPTION": {
      "type": "string",
      "description": "Updated description"
    }
  }
}