Skip to content

Commit

Permalink
extend list of fields that can be modified
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed May 26, 2016
1 parent 0a3e850 commit 4ee8179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Let's update contract by supplementing it with all other essential properties.

We see the added properties have merged with existing contract data. Additionally, the `dateModified` property was updated to reflect the last modification datestamp.

Fields that can be modified: `title`, `description`, `status`, `value.amount`, `period`, `items`.
Fields that can be modified: `title`, `description`, `status`, `value.amount`, `period`, `items`, `amountPaid`, `terminationDetails`.

See examples of `items` customization below. You can:

Expand Down

0 comments on commit 4ee8179

Please sign in to comment.