post https://{hostname}/edgeworkers/v1/validations
Return a list of errors and warnings containing details on how to fix your code bundle. See Validation types. In order to run this operation you need to provide an EdgeWorkers code bundle as a GZIP binary file in the request body, with a Content-Type
of application/gzip
.
Recipes
Validate an EdgeWorkers code bundle
Open Recipe