diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-13 18:07:25 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-13 18:07:27 -0700 |
commit | 06fe237d766ea6fd7046ddf5107afb353a1aad78 (patch) | |
tree | afc3b1d13487d3a71d4b5edb45e10eb494292a61 | |
parent | b7f2f6eef61a2ad4d6e7473687c3f864e0579b29 (diff) | |
download | fatcat-06fe237d766ea6fd7046ddf5107afb353a1aad78.tar.gz fatcat-06fe237d766ea6fd7046ddf5107afb353a1aad78.zip |
webcapture size_bytes -> size
For consistency with file, fileset
-rw-r--r-- | fatcat-openapi2.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index 696d8495..02d4fda1 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -281,9 +281,9 @@ definitions: type: integer example: 200 format: int64 - size_bytes: + size: type: integer - example: 1235 + example: 1048576 format: int64 sha1: <<: *FATCATSHA1 |