Mercurial > p > roundup > code
diff doc/rest.txt @ 8566:e4191aa7b402 default tip
doc: issue2551415 correct doc for change input->input_payload
in 2.5 the rest interface changed a variable name from input to
input_payload. An earlier commit changed the rest docs. This commit
adds an item for it to the upgrading 2.4.0->2.5.0 section. Also cross
reference added to the rest docs with the updated examples.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 09 Apr 2026 00:19:06 -0400 |
| parents | 909cf30c01c1 |
| children |
line wrap: on
line diff
--- a/doc/rest.txt Thu Apr 09 00:16:52 2026 -0400 +++ b/doc/rest.txt Thu Apr 09 00:19:06 2026 -0400 @@ -1884,6 +1884,8 @@ new rest end points. At some point it will also describe the rest.py structure and implementation. +.. _adding_new_rest_endpoints: + Adding new rest endpoints -------------------------
