Mercurial > p > roundup > code
changeset 5886:f4e77d446add
Clarify text.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 29 Sep 2019 22:42:54 -0400 |
| parents | 30b76c165ee6 |
| children | f4db6abf86d9 |
| files | doc/rest.txt |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/rest.txt Sun Sep 29 22:41:10 2019 -0400 +++ b/doc/rest.txt Sun Sep 29 22:42:54 2019 -0400 @@ -1272,8 +1272,8 @@ """ return self.get_collection(classname, input) -will move the response that normally happens at /rest/data/<class> to -/rest/data2/<class>. +will make the response at /rest/data2/<class> be the same as what is +normally at /rest/data/<class>. Controlling Access to Backend Data
