CodeCreate
Payload used to create Code. Required fields are name, type.
nameName (string)required
alias object
anyOf
- string
- null
string
typeType (string)required
Code execution engine: 'python' or 'sql' (required)
Possible values: [python, sql]
collection_id object
Identifier of the containing collection.
- 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
options object
anyOf
- object
- null
object
CodeCreate
{
"name": "string",
"alias": "string",
"type": "python",
"collection_id": "string",
"folder_id": "string",
"tags": [
"string"
],
"description": "string",
"options": {}
}