diff options
author | hoijui <hoijui.quaero@gmail.com> | 2019-10-29 07:16:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-29 07:16:31 +0100 |
commit | efb084b48157b827407d7db47f8710a39e8e6564 (patch) | |
tree | ad457f5ed036ee88a716678aee418c25bd01c8bc /doc/model.md | |
parent | 98792a029b1f869986f1d670787a53dd2eaebbc0 (diff) | |
download | git-bug-efb084b48157b827407d7db47f8710a39e8e6564.tar.gz |
Make the ADD_COMMENT example more realistic
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Diffstat (limited to 'doc/model.md')
-rw-r--r-- | doc/model.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/model.md b/doc/model.md index e60a2fa8..c6d12bf5 100644 --- a/doc/model.md +++ b/doc/model.md @@ -29,8 +29,8 @@ These `Operation`s are aggregated in an `OperationPack`, a simple array. An `Ope "author": { "id": "5034cd36acf1a2dadb52b2db17f620cc050eb65c" }, - "timestamp": 1533640589, - "title": "This title is better" + "timestamp": 1533640612, + "message": "A new comment" } ] ``` |