본문으로 건너뛰기

ReportOutputUpdate

Payload used to update Report Output. Optional fields include name, alias, collection_id, folder_id, tags, and 8 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
    format object
    하나 이상(anyOf)
    string

    Possible values: non-empty

    role object
    하나 이상(anyOf)
    string

    Possible values: non-empty

    mime object
    하나 이상(anyOf)
    string

    Possible values: non-empty

    object_id object
    하나 이상(anyOf)
    string
    href object
    하나 이상(anyOf)
    string
    derived_from object
    하나 이상(anyOf)
  • Array [
  • string
  • ]
  • metadata object
    하나 이상(anyOf)
    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": {}
    }