Edge Functions
Last updated
Was this helpful?
Last updated
Was this helpful?
Update an existing set of Edge Functions for a configuration
/api/v4.0/conf/{config}/edge-functions
Edge Function Code
Unique id
^[A-Za-z0-9_]*$
request
, response
Create a complete set of Edge Functions for a configuration
/api/v4.0/conf/{config}/edge-functions
Edge Function Code
Unique id
^[A-Za-z0-9_]*$
request
, response
Update an individual Edge Function within a configuration
/api/v4.0/conf/{config}/edge-functions/{entry_id}
Edge Function Code
Unique id
^[A-Za-z0-9_]*$
request
, response
Create an individual Edge Function within a configuration
/api/v4.0/conf/{config}/edge-functions/{entry_id}
Edge Function Code
Unique id
^[A-Za-z0-9_]*$
request
, response
Set a previous Edge Function version to be the current one
/api/v4.0/conf/{config}/edge-functions/versions/{version}/revert