This repository was archived by the owner on Oct 17, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ The response from :get:`/{db}/_design/{ddoc}/_info` contains
206
206
* **language ** (*string *): Language for the defined views
207
207
* **purge_seq ** (*number *): The purge sequence that has been processed
208
208
* **signature ** (*string *): MD5 signature of the views for the design document
209
- * **update_seq ** (*number *): The update sequence of the corresponding database
210
- that has been indexed
209
+ * **update_seq ** (*number * / * string * ): The update sequence of the corresponding
210
+ database that has been indexed
211
211
* **updater_running ** (*boolean *): Indicates if the view is currently
212
212
being updated
213
213
* **waiting_clients ** (*number *): Number of clients waiting on views from
Original file line number Diff line number Diff line change 99
99
:>json array rows: Array of view row objects. By default the information
100
100
returned contains only the document ID and revision
101
101
:>json number total_rows: Number of documents in the database/view
102
- :>json number update_seq: Current update sequence for the database
102
+ :>json object update_seq: Current update sequence for the database
103
103
104
104
:code 200: Request completed successfully
105
105
:code 400: Invalid request
Original file line number Diff line number Diff line change @@ -141,8 +141,7 @@ CouchDB database information object
141
141
| purge_seq | The number of purge operations on the |
142
142
| | database. |
143
143
+----------------------+----------------------------------------------+
144
- | update_seq | The current number of updates made in the |
145
- | | database. |
144
+ | update_seq | Current update sequence for the database. |
146
145
+----------------------+----------------------------------------------+
147
146
148
147
Design Document
You can’t perform that action at this time.
0 commit comments