OdagLinkUpdate

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
name string Updated navigation link name
properties object
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-odaglinkupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OdagLinkUpdate",
  "title": "OdagLinkUpdate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Updated navigation link name"
    },
    "properties": {
      "$ref": "#/components/schemas/OdagLinkProperties"
    }
  }
}