Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
Merged
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
2 changes: 1 addition & 1 deletion doc/3/controllers/collection/get-mapping/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Returns a `ConcurrentHashMap<String, Object>` representing the collection mappin

## Usage

<<< ./snippets/get-mapping.js
<<< ./snippets/get-mapping.java
2 changes: 1 addition & 1 deletion doc/3/controllers/collection/truncate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ public CompletableFuture<Void> truncate(

## Usage

<<< ./snippets/truncate.js
<<< ./snippets/truncate.java
2 changes: 1 addition & 1 deletion doc/3/controllers/document/delete-by-query/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Returns an `ArrayList<String>` containing the deleted document ids.

## Usage

<<< ./snippets/delete-by-query.js
<<< ./snippets/delete-by-query.java
2 changes: 1 addition & 1 deletion doc/3/controllers/document/update-by-query/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ Each errored document is an object of the `errors` array with the following prop

## Usage

<<< ./snippets/update-by-query.js
<<< ./snippets/update-by-query.java
2 changes: 1 addition & 1 deletion doc/3/controllers/document/update/snippets/update.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ hooks:
curl -XPOST -d '{"name":"John"}' -H "Content-Type: application/json" kuzzle:7512/nyc-open-data/yellow-taxi/some-id/_create
after:
template: print-result
expected: "{_id=some-id, _version=2}"
expected: "_id=some-id, _version=2"