Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 8565:792eb77554fb | 8566:e4191aa7b402 |
|---|---|
| 1882 | 1882 |
| 1883 You can extend the rest api for a tracker. This describes how to add | 1883 You can extend the rest api for a tracker. This describes how to add |
| 1884 new rest end points. At some point it will also describe the rest.py | 1884 new rest end points. At some point it will also describe the rest.py |
| 1885 structure and implementation. | 1885 structure and implementation. |
| 1886 | 1886 |
| 1887 .. _adding_new_rest_endpoints: | |
| 1888 | |
| 1887 Adding new rest endpoints | 1889 Adding new rest endpoints |
| 1888 ------------------------- | 1890 ------------------------- |
| 1889 | 1891 |
| 1890 Add or edit the file `interfaces.py`_ at the root of the tracker | 1892 Add or edit the file `interfaces.py`_ at the root of the tracker |
| 1891 directory. | 1893 directory. |
