Skip to content

Commit

Permalink
Updated documentation with newly added options for batchPut
Browse files Browse the repository at this point in the history
  • Loading branch information
dolsem committed Oct 18, 2018
1 parent f7c8b0b commit 03b1f44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_docs/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ Dog.batchPut([

Overwrite existing item. Defaults to true.

**updateExpires**: boolean

Update the `expires` timestamp if exists. Defaults to false.

**updateTimestamps**: boolean

Should update the `updatedAt` timestamp if exists. Defaults to true.

**condition**: string

An expression for a conditional update. See
Expand Down

0 comments on commit 03b1f44

Please sign in to comment.