Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann-Abbes committed Mar 11, 2021
1 parent 376b484 commit d8c2347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/1/controllers/document/upsert/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Additional query options

| Options | Type<br/>(default) | Description |
| ----------------- | ------------------------------- | ---------------------------------------------------------------------------------- |
| `defaults` | <pre>Map<String, Object><br/>(`{}`) | Fields to add to the document if it gets created |
| `defaults` | <pre>Map<String, Object></pre><br/>(`{}`) | Fields to add to the document if it gets created |
| `waitForRefresh` | <pre>Boolean</pre><br/>(`""`) | If set to `true`, waits for the change to be reflected for `search` (up to 1s) |
| `retryOnConflict` | <pre>Integer</pre><br/>(`10`) | The number of times the database layer should retry in case of version conflict |
| `source` | <pre>Boolean</pre><br/>(`false`)| If true, returns the updated document inside the response
Expand Down

0 comments on commit d8c2347

Please sign in to comment.