ReportRunUpdate
Payload used to update Report Run. Optional fields include name, alias, tags, description.
name object
anyOf
- string
- null
string
alias object
anyOf
- string
- null
string
tags object
anyOf
- string[]
- null
Array [
string
]
description object
anyOf
- string
- null
string
ReportRunUpdate
{
"name": "string",
"alias": "string",
"tags": [
"string"
],
"description": "string"
}