Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5851:167ef847fcdf | 5862:a0eaae3f638b |
|---|---|
| 116 | 116 |
| 117 | 117 |
| 118 General Guidelines | 118 General Guidelines |
| 119 ================== | 119 ================== |
| 120 | 120 |
| 121 Performing a ``GET`` on an item or property of an item will rethrn an | 121 Performing a ``GET`` on an item or property of an item will return an |
| 122 ETag header or an @etag property. This needs to be submitted with | 122 ETag header or an @etag property. This needs to be submitted with |
| 123 ``DELETE``, ``PUT`` and ``PATCH`` operations on the item using an | 123 ``DELETE``, ``PUT`` and ``PATCH`` operations on the item using an |
| 124 ``If-Match`` header or an ``"@etag`` property in the data payload if | 124 ``If-Match`` header or an ``"@etag`` property in the data payload if |
| 125 the method supports a payload. | 125 the method supports a payload. |
| 126 | 126 |
| 219 | 219 |
| 220 Special Endpoints | 220 Special Endpoints |
| 221 ================= | 221 ================= |
| 222 | 222 |
| 223 There are a few special endpoints that provide some additional data. | 223 There are a few special endpoints that provide some additional data. |
| 224 Tracker admiinstrators can add new endpoints. See | 224 Tracker administrators can add new endpoints. See |
| 225 "Programming the REST API"_ below. | 225 "Programming the REST API"_ below. |
| 226 | 226 |
| 227 /summary | 227 /summary |
| 228 ^^^^^^^^ | 228 ^^^^^^^^ |
| 229 | 229 |
