@@ -74,7 +74,7 @@ Get the collections in the specified database
74
74
*** Parameters:***
75
75
76
76
Name | Description | Type | Required |
77
- -----|------------ |------|----------|
77
+ -----|------------ |------|: ----------: |
78
78
database| MongoDB database name | ` String ` | Yes |
79
79
80
80
#### ` listDocuments `
@@ -86,7 +86,7 @@ Get the documents in the specified collection
86
86
*** Options:***
87
87
88
88
Name | Description | Type | Required |
89
- -----|------------ |------|----------|
89
+ -----|------------ |------|: ----------: |
90
90
database| MongoDB database name | ` String ` | Yes |
91
91
collectionName| MongoDB collection name | ` String ` | Yes |
92
92
query| restrict results by the specified JSON query | ` String ` | No |
@@ -106,7 +106,7 @@ Create a new document in the specified collection
106
106
*** Options:***
107
107
108
108
Name | Description | Type | Required |
109
- -----|------------ |------|----------|
109
+ -----|------------ |------|: ----------: |
110
110
database| MongoDB database name | ` String ` | Yes |
111
111
collectionName| MongoDB collection name | ` String ` | Yes |
112
112
documents| a document or array of documents to be inserted| ` Object/Array ` | Yes |
@@ -120,7 +120,7 @@ Update one or more documents in the specified collection
120
120
*** Options:***
121
121
122
122
Name | Description | Type | Required |
123
- -----|------------ |------|----------|
123
+ -----|------------ |------|: ----------: |
124
124
database| MongoDB database name | ` String ` | Yes |
125
125
collectionName| MongoDB collection name | ` String ` | Yes |
126
126
data| replacement document or update modifiers | ` Object ` | Yes |
@@ -137,7 +137,7 @@ Replace the contents of some or all documents of a collection
137
137
*** Options:***
138
138
139
139
Name | Description | Type | Required |
140
- -----|------------ |------|----------|
140
+ -----|------------ |------|: ----------: |
141
141
database| MongoDB database name | ` String ` | Yes |
142
142
collectionName| MongoDB collection name | ` String ` | Yes |
143
143
query| only replace the document(s) matching the specified JSON query | ` String ` | No |
@@ -151,7 +151,7 @@ View a single document
151
151
*** Options:***
152
152
153
153
Name | Description | Type | Required |
154
- -----|------------ |------|----------|
154
+ -----|------------ |------|: ----------: |
155
155
database| MongoDB database name | ` String ` | Yes |
156
156
collectionName| MongoDB collection name | ` String ` | Yes |
157
157
id| the document's id | - | Yes |
@@ -165,7 +165,7 @@ Update a single document
165
165
*** Options:***
166
166
167
167
Name | Description | Type | Required |
168
- -----|------------ |------|----------|
168
+ -----|------------ |------|: ----------: |
169
169
database| MongoDB database name | ` String ` | Yes |
170
170
collectionName| MongoDB collection name | ` String ` | Yes |
171
171
id| the document's id | - | Yes |
@@ -180,7 +180,7 @@ Delete a single document
180
180
*** Options:***
181
181
182
182
Name | Description | Type | Required |
183
- -----|------------ |------|----------|
183
+ -----|------------ |------|: ----------: |
184
184
database| MongoDB database name | ` String ` | Yes |
185
185
collectionName| MongoDB collection name | ` String ` | Yes |
186
186
id| the document's id | - | Yes |
@@ -194,7 +194,7 @@ Run a MongoDB database command
194
194
*** Options:***
195
195
196
196
Name | Description | Type | Required |
197
- -----|------------ |------|----------|
197
+ -----|------------ |------|: ----------: |
198
198
database| MongoDB database name | ` String ` | Yes |
199
199
commands| the document's id | ` Object ` | Yes |
200
200
0 commit comments