diff options
Diffstat (limited to 'rust/fatcat-api-spec/api.yaml')
-rw-r--r-- | rust/fatcat-api-spec/api.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/fatcat-api-spec/api.yaml b/rust/fatcat-api-spec/api.yaml index c621c39f..70a27b76 100644 --- a/rust/fatcat-api-spec/api.yaml +++ b/rust/fatcat-api-spec/api.yaml @@ -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 |