diff options
Diffstat (limited to 'rust/fatcat-api-spec/api.yaml')
-rw-r--r-- | rust/fatcat-api-spec/api.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/fatcat-api-spec/api.yaml b/rust/fatcat-api-spec/api.yaml index 696d8495..02d4fda1 100644 --- a/rust/fatcat-api-spec/api.yaml +++ b/rust/fatcat-api-spec/api.yaml @@ -281,9 +281,9 @@ definitions: type: integer example: 200 format: int64 - size_bytes: + size: type: integer - example: 1235 + example: 1048576 format: int64 sha1: <<: *FATCATSHA1 |