FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(kv): use multipart/form-data for values.update() requests by christhorwarth · Pull Request #2683 · cloudflare/cloudflare-python · GitHub

fix(kv): use multipart/form-data for values.update() requests - #2683

Draft
christhorwarth wants to merge 5 commits into
cloudflare:nextfrom
christhorwarth:ct/kv-update-issue
Draft

fix(kv): use multipart/form-data for values.update() requests#2683
christhorwarth wants to merge 5 commits into
cloudflare:nextfrom
christhorwarth:ct/kv-update-issue

Conversation

Copy link
Copy Markdown
Contributor
  • I understand that this repository is auto-generated and my pull request may not be merged

Changes being requested

Fixes #2519 - When setting a KV value with metadata, the request was being
sent as JSON which caused the entire body to be stored as the value. Now
correctly sends as multipart/form-data so value and metadata are separate
form fields.

Additional context & links

#2519

vaishakdinesh changed the base branch from main to next January 27, 2026 22:35
vaishakdinesh requested a review from a team January 27, 2026 22:36
christhorwarth marked this pull request as draft February 20, 2026 17:52

Copy link
Copy Markdown

Any update on the status of this fix?

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

KV Value Update handles Data wrongly

2 participants


Back | FazBrowse Home | New Git URL