ReportCreate
Payload used to create Report. The required field is name.
nameName (string)required
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
title object
anyOf
- string
- null
string
template_id object
anyOf
- string
- null
string
languageLanguage (string)
Default value:
kooptions 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": {}
}