Skip to main content
PUT
Update function

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

Function slug identifier

Pattern: ^[a-zA-Z0-9_-]+$

Body

application/json
name
string

New display name

code
string

Updated function code

description
string

Updated description

status
enum<string>

Function status

Available options:
draft,
active,
error

Response

Function updated successfully

success
boolean
function
object