diff --git a/doc/1/controllers/document/upsert/index.md b/doc/1/controllers/document/upsert/index.md index ed8d9f2b..e23abe57 100644 --- a/doc/1/controllers/document/upsert/index.md +++ b/doc/1/controllers/document/upsert/index.md @@ -65,7 +65,7 @@ Additional query options | Options | Type
(default) | Description | | ----------------- | ------------------------------- | ---------------------------------------------------------------------------------- | -| `defaults` |
Map
(`{}`) | Fields to add to the document if it gets created | +| `defaults` |
Map

(`{}`) | Fields to add to the document if it gets created | | `waitForRefresh` |
Boolean

(`""`) | If set to `true`, waits for the change to be reflected for `search` (up to 1s) | | `retryOnConflict` |
Integer

(`10`) | The number of times the database layer should retry in case of version conflict | | `source` |
Boolean

(`false`)| If true, returns the updated document inside the response