dominicbarnes opened a new pull request, #6064:
URL: https://github.com/apache/couchdb/pull/6064
## Overview
This fixes #4631 by copying the documentation for `PUT
/{db}/_design/{ddoc}/_update/{func}/{docid}` as `POST
/{db}/_design/{ddoc}/_update/{func}/{docid}`, but with a deprecation notice:
> This has been supported historically, but is deprecated in favor of PUT.
Screenshot of the relevant section from my locally-built version of
`src/docs/`.
<img width="773" height="1085" alt="Screenshot from 2026-07-10 13-35-38"
src="https://github.com/user-attachments/assets/d93f4b54-69be-4bca-bd5a-477f19d8eed0"
/>
## Related Issues or Pull Requests
#4631
## Checklist
- [x] This is my own work, I did not use AI, LLM's or similar technology
- [x] Code is written and works correctly
- [ ] Changes are covered by tests
- [ ] Any new configurable parameters are documented in
`rel/overlay/etc/default.ini`
- [x] Documentation changes were made in the `src/docs` folder
- [ ] Documentation changes were backported (separated PR) to affected
branches
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]