본문으로 건너뛰기

ReportCreate

Payload used to create Report. The required field is name.

nameName (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
    title object
    하나 이상(anyOf)
    string
    template_id object
    하나 이상(anyOf)
    string
    languageLanguage (string)
    기본값: ko
    options object
    property name*any
    ReportCreate
    {
    "name": "string",
    "alias": "string",
    "collection_id": "string",
    "folder_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "title": "string",
    "template_id": "string",
    "language": "ko",
    "options": {}
    }