Qlik Sense · Schema

AppUpdate

Payload to update an existing app.

AnalyticsBusiness IntelligenceCloudData IntegrationVisualization

Properties

Name Type Description
name string The new name for the app.
description string The updated description for the app.
View JSON Schema on GitHub

JSON Schema

qlik-sense-appupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppUpdate",
  "title": "AppUpdate",
  "type": "object",
  "description": "Payload to update an existing app.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The new name for the app.",
      "maxLength": 256
    },
    "description": {
      "type": "string",
      "description": "The updated description for the app."
    }
  }
}