Skip to content

docs: add POST for document update handlers along with deprecation notice#6064

Open
dominicbarnes wants to merge 1 commit into
apache:mainfrom
dominicbarnes:issue-4631
Open

docs: add POST for document update handlers along with deprecation notice#6064
dominicbarnes wants to merge 1 commit into
apache:mainfrom
dominicbarnes:issue-4631

Conversation

@dominicbarnes

Copy link
Copy Markdown

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/.

Screenshot from 2026-07-10 13-35-38

Related Issues or Pull Requests

#4631

Checklist

  • This is my own work, I did not use AI, LLM's or similar technology
  • Code is written and works correctly
  • Changes are covered by tests
  • Any new configurable parameters are documented in rel/overlay/etc/default.ini
  • Documentation changes were made in the src/docs folder
  • Documentation changes were backported (separated PR) to affected branches

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.

Document the current behavior POST /{db}/_design/{ddoc}/_update/{func}/{docid}

1 participant