From 3085605aeed230ee003f4f406f5b76d6214db079 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 13 May 2019 18:13:58 -0700 Subject: codegen size_bytes -> size --- rust/fatcat-api-spec/api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/fatcat-api-spec/api.yaml') 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 -- cgit v1.2.3