Skip to main content

FunctionUpdate

Payload used to update Function. Optional fields include name, alias, collection_id, tags, description, and 1 more.

name object
anyOf
string
alias object
anyOf
string
collection_id object
anyOf
string

Possible values: non-empty

tags object
anyOf
  • Array [
  • string
  • ]
  • description object
    anyOf
    string
    script object
    anyOf
    string
    FunctionUpdate
    {
    "name": "string",
    "alias": "string",
    "collection_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "script": "string"
    }