ReportOutputUpdate
Payload used to update Report Output. Optional fields include name, alias, collection_id, folder_id, tags, and 8 more.
name object
하나 이상(anyOf)
- string
- null
string
alias object
하나 이상(anyOf)
- string
- null
string
collection_id object
하나 이상(anyOf)
- string
- null
string
Possible values: non-empty
folder_id object
하나 이상(anyOf)
- string
- null
string
tags object
하나 이상(anyOf)
- string[]
- null
Array [
string
]
description object
하나 이상(anyOf)
- string
- null
string
format object
하나 이상(anyOf)
- string
- null
string
Possible values: non-empty
role object
하나 이상(anyOf)
- string
- null
string
Possible values: non-empty
mime object
하나 이상(anyOf)
- string
- null
string
Possible values: non-empty
object_id object
하나 이상(anyOf)
- string
- null
string
href object
하나 이상(anyOf)
- string
- null
string
derived_from object
하나 이상(anyOf)
- string[]
- null
Array [
string
]
metadata object
하나 이상(anyOf)
- object
- null
object
ReportOutputUpdate
{
"name": "string",
"alias": "string",
"collection_id": "string",
"folder_id": "string",
"tags": [
"string"
],
"description": "string",
"format": "string",
"role": "string",
"mime": "string",
"object_id": "string",
"href": "string",
"derived_from": [
"string"
],
"metadata": {}
}