Skip to main content

Type Alias: UpdateFunctionRequest

type UpdateFunctionRequest: components["schemas"]["UpdateFunctionRequest"];

Properties

PropertyTypeRequiredDescription
namestringNoFunction name
descriptionstringNoFunction description
draftCodestringNoDraft source code
draftEntrypointstringNoEntrypoint function name
runtime"nodejs20" | "nodejs22"NoRuntime environment
authMode"public" | "api_key" | "signed"NoAuthentication mode
timeoutnumberNoExecution timeout in ms (1000-300000)
memorynumberNoMemory limit in MB (128-1024)
envVarsSetEnvVarRequest[]NoUpdated environment variables (replaces all)

Defined in

4Players/cortex-typescript-sdk/src/resources/functions.ts:33