What's New
Frappe fix framework

Validate HTTP method for document calls

NE @netchampfaris · #41265 · merged 28 Jul 2026

Backport enforcing whitelisted methods' declared methods= on document-method routes (/api/v2/document/*/method/* and POST /api/resource/*/method routes), which was previously unenforced despite being enforced on /api/method/* and run_doc_method.