Mercurial > p > roundup > code
changeset 5894:45a104bb127e
Fix markup.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 02 Oct 2019 20:59:39 -0400 |
| parents | 13f5ac918120 |
| children | 93bbe5340d5b |
| files | doc/rest.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/rest.txt Wed Oct 02 20:55:15 2019 -0400 +++ b/doc/rest.txt Wed Oct 02 20:59:39 2019 -0400 @@ -1457,7 +1457,7 @@ The role *must* have access to the issue ``id`` to retrieve the etag for the issue. The etag is passed in the ``If-Match`` HTTP header when you -make a call to patch or update the ``times` property of the issue. +make a call to patch or update the ``times`` property of the issue. If you use a PATCH rest call with "@op=add" to append the new timelog, you don't need View access to the ``times`` property. If you replace the
