Mercurial > p > roundup > code
comparison doc/rest.txt @ 8391:e7dc47f4d501
doc: remove potentially, it is incorrect.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 12 Jul 2025 20:57:56 -0400 |
| parents | 5145ad81970a |
| children | 1ffa1f42e1da |
comparison
equal
deleted
inserted
replaced
| 8390:00d4cbce319c | 8391:e7dc47f4d501 |
|---|---|
| 2188 View permission), append the newly created timelog id to the (array) | 2188 View permission), append the newly created timelog id to the (array) |
| 2189 value, and replace the ``times`` value. | 2189 value, and replace the ``times`` value. |
| 2190 | 2190 |
| 2191 Note that the json returned after the operation will include the new | 2191 Note that the json returned after the operation will include the new |
| 2192 value of the ``times`` value so your code can verify that it worked. | 2192 value of the ``times`` value so your code can verify that it worked. |
| 2193 This does potentially leak info about the previous id's in the field. | 2193 This leaks info about the previous id's in the field. |
| 2194 | 2194 |
| 2195 Create rest endpoints | 2195 Create rest endpoints |
| 2196 ~~~~~~~~~~~~~~~~~~~~~ | 2196 ~~~~~~~~~~~~~~~~~~~~~ |
| 2197 | 2197 |
| 2198 Here is code to add to your tracker's ``interfaces.py`` (note code has | 2198 Here is code to add to your tracker's ``interfaces.py`` (note code has |
