Update multiple secrets via API
Is there a way to update a worker once instead of multiple times when updating multiple secrets? Like a bulk secrets endpoint or something?
Or should I move those secrets into an object like
2 Replies
You can with the script patch API - https://developers.cloudflare.com/api/resources/workers/subresources/scripts/subresources/script_and_version_settings/methods/edit/
Thanks!
ah not availble on the TS SDK yet ;-;