Skip to content

minor: changed 'type: command' to 'type: dbcommand' #1060

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/reference/command/applyOps-field.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object:
name: applyOps
type: command
type: dbcommand
field:
optional: false
type: field
Expand All @@ -11,7 +11,7 @@ description: "The oplog entries to apply."
---
object:
name: applyOps
type: command
type: dbcommand
field:
optional: true
type: field
Expand Down
6 changes: 3 additions & 3 deletions source/reference/command/applyOps-preCondition-field.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object:
name: applyOps
type: command
type: dbcommand
field:
optional: false
type: field
Expand All @@ -11,7 +11,7 @@ description: "A :term:`namespace`. If you use this field, :dbcommand:`applyOps`
---
object:
name: applyOps
type: command
type: dbcommand
field:
optional: false
type: param
Expand All @@ -22,7 +22,7 @@ description: "Specifies the :term:`query` that produces the results specified in
---
object:
name: applyOps
type: command
type: dbcommand
field:
optional: false
type: param
Expand Down
4 changes: 2 additions & 2 deletions source/reference/command/sleep-field.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object:
name: sleep
type: command
type: dbcommand
field:
optional: false
type: field
Expand All @@ -11,7 +11,7 @@ description: "If true, obtains a global write lock. Otherwise obtains a read loc
---
object:
name: sleep
type: command
type: dbcommand
field:
optional: false
type: field
Expand Down