Mercurial > p > roundup > code
diff doc/rest.txt @ 5862:a0eaae3f638b
Minor typos
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Thu, 22 Aug 2019 19:29:45 +0200 |
| parents | da1f40b5148d |
| children | e0df29c18be8 |
line wrap: on
line diff
--- a/doc/rest.txt Tue Aug 13 09:46:02 2019 +0200 +++ b/doc/rest.txt Thu Aug 22 19:29:45 2019 +0200 @@ -118,7 +118,7 @@ General Guidelines ================== -Performing a ``GET`` on an item or property of an item will rethrn an +Performing a ``GET`` on an item or property of an item will return an ETag header or an @etag property. This needs to be submitted with ``DELETE``, ``PUT`` and ``PATCH`` operations on the item using an ``If-Match`` header or an ``"@etag`` property in the data payload if @@ -221,7 +221,7 @@ ================= There are a few special endpoints that provide some additional data. -Tracker admiinstrators can add new endpoints. See +Tracker administrators can add new endpoints. See "Programming the REST API"_ below. /summary
