cURL
curl --request PUT \ --url https://api.example.com/functions/{slug} \ --header 'Content-Type: application/json' \ --data '{}'
{}
Execute a function using PUT method. Proxied to Deno runtime.
Function slug identifier
The body is of type object.
object
Function executed successfully
The response is of type object.