v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBAdmin
Update function
Update an existing function's code or metadata
put/api/functions/{slug}
Path parameters
slugstring required
Function slug identifier
Request body
Response
Function updated successfully
Example response
{
"function": {
"slug": "hello-world",
"name": "Hello World Function"
}
}