Skip to main content

ReportRunUpdate

Payload used to update Report Run. Optional fields include name, alias, tags, description.

name object
anyOf
string
alias object
anyOf
string
tags object
anyOf
  • Array [
  • string
  • ]
  • description object
    anyOf
    string
    ReportRunUpdate
    {
    "name": "string",
    "alias": "string",
    "tags": [
    "string"
    ],
    "description": "string"
    }