Qlik Sense · Schema

SpaceUpdate

Payload to update an existing space.

AnalyticsBusiness IntelligenceCloudData IntegrationVisualization

Properties

Name Type Description
name string The updated name for the space.
ownerId string The identifier of the new owner.
description string The updated description.
View JSON Schema on GitHub

JSON Schema

qlik-sense-spaceupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SpaceUpdate",
  "title": "SpaceUpdate",
  "type": "object",
  "description": "Payload to update an existing space.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The updated name for the space."
    },
    "ownerId": {
      "type": "string",
      "description": "The identifier of the new owner."
    },
    "description": {
      "type": "string",
      "description": "The updated description."
    }
  }
}