Skip to main content
PATCH
/
functions
/
{slug}
Execute function (PATCH)
curl --request PATCH \
  --url https://api.example.com/functions/{slug} \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Path Parameters

slug
string
required

Function slug identifier

Body

application/json

The body is of type object.

Response

Function executed successfully

The response is of type object.