Skip to main content
function = notte.Function("<your-function-id>")
function.update(path="<path-to-your-function.py>")
If you set a version, only that version will be updated

Parameters

path
str
required
version
UnionType[str, None]
default:"None"
restricted
bool
default:"True"

Returns

None