diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-11 15:58:22 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-11 15:58:22 -0800 |
commit | e93fe289d584f5bb1d8fca7fd3f476113104b411 (patch) | |
tree | 0df9eaf68522a85b5d8c584a2a6f670a2c0330b1 /fatcat-openapi2.yml | |
parent | 3733c096fc2ff837ad28ed487ef9cccff4d1e1ed (diff) | |
download | fatcat-e93fe289d584f5bb1d8fca7fd3f476113104b411.tar.gz fatcat-e93fe289d584f5bb1d8fca7fd3f476113104b411.zip |
allow returning changelog index with editgroup
Diffstat (limited to 'fatcat-openapi2.yml')
-rw-r--r-- | fatcat-openapi2.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index c621c39f..70a27b76 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -467,6 +467,10 @@ definitions: <<: *FATCATIDENT editor: $ref: "#/definitions/editor" + changelog_index: # not returned in all contexts... + type: integer + example: 1048576 + format: int64 submitted: type: string format: date-time |