aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api-spec/api.yaml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-05-13 18:13:58 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-05-13 18:14:18 -0700
commit3085605aeed230ee003f4f406f5b76d6214db079 (patch)
tree8a2042a2a2b17039453f7058d02f2960238e0e42 /rust/fatcat-api-spec/api.yaml
parent06fe237d766ea6fd7046ddf5107afb353a1aad78 (diff)
downloadfatcat-3085605aeed230ee003f4f406f5b76d6214db079.tar.gz
fatcat-3085605aeed230ee003f4f406f5b76d6214db079.zip
codegen size_bytes -> size
Diffstat (limited to 'rust/fatcat-api-spec/api.yaml')
-rw-r--r--rust/fatcat-api-spec/api.yaml4
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