-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
Existing documentation URL(s)
Upload Worker Module documentation: https://developers.cloudflare.com/api/node/resources/workers/subresources/scripts/methods/update/
Multipart upload metadata: https://developers.cloudflare.com/workers/configuration/multipart-upload-metadata/
What changes are you suggesting?
Issue description
Upload Workers Scripts shows that metadata -> main_module is OPTIONAL, when in fact it is required per Multipart Upload metadata documentation.
Current Workers Scripts documentation for Upload Worker Module. Clearly shows main_module is optional. Also example shows it is not needed for success.
Multipart upload metadata shows that main_module is required and it needs a script to run.
Proposed change
I want to add proper example to SDK docs too. This will help developers using the API to exactly know what is needed.
Additional information
No response