Mercurial > p > roundup > code
comparison doc/rest.txt @ 5894:45a104bb127e
Fix markup.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 02 Oct 2019 20:59:39 -0400 |
| parents | 13f5ac918120 |
| children | 93bbe5340d5b |
comparison
equal
deleted
inserted
replaced
| 5893:13f5ac918120 | 5894:45a104bb127e |
|---|---|
| 1455 issue code to create a token with this role if the user requesting the | 1455 issue code to create a token with this role if the user requesting the |
| 1456 role has the User role. | 1456 role has the User role. |
| 1457 | 1457 |
| 1458 The role *must* have access to the issue ``id`` to retrieve the etag for | 1458 The role *must* have access to the issue ``id`` to retrieve the etag for |
| 1459 the issue. The etag is passed in the ``If-Match`` HTTP header when you | 1459 the issue. The etag is passed in the ``If-Match`` HTTP header when you |
| 1460 make a call to patch or update the ``times` property of the issue. | 1460 make a call to patch or update the ``times`` property of the issue. |
| 1461 | 1461 |
| 1462 If you use a PATCH rest call with "@op=add" to append the new timelog, | 1462 If you use a PATCH rest call with "@op=add" to append the new timelog, |
| 1463 you don't need View access to the ``times`` property. If you replace the | 1463 you don't need View access to the ``times`` property. If you replace the |
| 1464 ``times`` value, you need to read the current value of ``times`` (using | 1464 ``times`` value, you need to read the current value of ``times`` (using |
| 1465 View permission), append the newly created timelog id to the (array) | 1465 View permission), append the newly created timelog id to the (array) |
