This commit is contained in:
Matthew Hodgson 2016-03-25 23:38:19 +00:00
parent e4054abfdc
commit adafa24b0a

View file

@ -76,7 +76,7 @@ class ReplicationResource(Resource):
The response is a JSON object with keys for each stream with updates. Under The response is a JSON object with keys for each stream with updates. Under
each key is a JSON object with: each key is a JSON object with:
* "postion": The current position of the stream. * "position": The current position of the stream.
* "field_names": The names of the fields in each row. * "field_names": The names of the fields in each row.
* "rows": The updates as an array of arrays. * "rows": The updates as an array of arrays.