본문으로 건너뛰기

CodeUpdate

Payload used to update Code. Optional fields include name, alias, type, collection_id, folder_id, and 3 more.

name object
하나 이상(anyOf)
string
alias object
하나 이상(anyOf)
string
type object
하나 이상(anyOf)
string

Possible values: [python, sql]

collection_id object
하나 이상(anyOf)
string

Possible values: non-empty

folder_id object
하나 이상(anyOf)
string
tags object
하나 이상(anyOf)
  • Array [
  • string
  • ]
  • description object
    하나 이상(anyOf)
    string
    options object
    하나 이상(anyOf)
    object
    CodeUpdate
    {
    "name": "string",
    "alias": "string",
    "type": "python",
    "collection_id": "string",
    "folder_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "options": {}
    }