Mercurial > p > roundup > code
comparison doc/rest.txt @ 5930:cc6891ea1f01
issue2551067 make url into liternal not clickble.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 17 Oct 2019 20:32:13 -0400 |
| parents | 0368d75de544 |
| children | 0bac8b9a0ecc |
comparison
equal
deleted
inserted
replaced
| 5929:0368d75de544 | 5930:cc6891ea1f01 |
|---|---|
| 1160 | 1160 |
| 1161 .. _binary_content property: | 1161 .. _binary_content property: |
| 1162 | 1162 |
| 1163 If the data is not representable in utf-8, you need to use the | 1163 If the data is not representable in utf-8, you need to use the |
| 1164 binary_content | 1164 binary_content |
| 1165 property. E.G. https://.../demo/rest/data/file/11/binary_content | 1165 property. E.G. ``https://.../demo/rest/data/file/11/binary_content`` |
| 1166 returns:: | 1166 returns:: |
| 1167 | 1167 |
| 1168 { | 1168 { |
| 1169 "data": { | 1169 "data": { |
| 1170 "id": "11", | 1170 "id": "11", |
