Skip to content

Commit

Permalink
fixed swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Senic committed Feb 28, 2023
1 parent 0d8fc16 commit 098c16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"""
{
"status": {
"counted_documents": 2
"count": 2
}
}
"""),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public CollectionResource(CommandProcessor commandProcessor) {
UpdateOneCommand.class
}),
examples = {
@ExampleObject(ref = "count"),
@ExampleObject(ref = "countDocuments"),
@ExampleObject(ref = "deleteOne"),
@ExampleObject(ref = "deleteMany"),
@ExampleObject(ref = "findOne"),
Expand Down

0 comments on commit 098c16e

Please sign in to comment.