Admin
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"
}
}