Skip to main content

ReportTemplateUpdate

Payload used to update Report Template. Optional fields include name, alias, collection_id, folder_id, tags, and 7 more.

name object
anyOf
string
alias object
anyOf
string
collection_id object
anyOf
string

Possible values: non-empty

folder_id object
anyOf
string
tags object
anyOf
  • Array [
  • string
  • ]
  • description object
    anyOf
    string
    language object
    anyOf
    string
    bundle_object_id object
    anyOf
    string
    preview_object_id object
    anyOf
    string
    engine object
    anyOf
    string
    schema object
    anyOf
    object
    options object
    anyOf
    object
    ReportTemplateUpdate
    {
    "name": "string",
    "alias": "string",
    "collection_id": "string",
    "folder_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "language": "string",
    "bundle_object_id": "string",
    "preview_object_id": "string",
    "engine": "string",
    "schema": {},
    "options": {}
    }