You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seen here, the body param, which is a string array, is missing from the typescript definition. This is probably because it's a raw array without an object wrapper.
Based on our understanding of the HTTP spec (RFC9110) a DELETE method shouldn't have a request body param, it is likely to be an error in Cloudflare's OpenAPI spec file.
We are still discussing how to approach this situation, I will follow-up once I have more details.
Seen here, the
body
param, which is a string array, is missing from the typescript definition. This is probably because it's a raw array without an object wrapper.cloudflare-typescript/src/resources/kv/namespaces/bulk.ts
Lines 104 to 109 in 5aef60e
The text was updated successfully, but these errors were encountered: