diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-24 15:14:32 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-24 15:14:32 -0800 |
commit | d7a4e4649e1da2c02ec8472173c79f7c708ce19b (patch) | |
tree | b3b02f3ac7e652771a0e8485a180ff82b8e0f75f /rust/fatcat-api-spec/api.yaml | |
parent | b755695a38689258ccd99e98d0a737a233cf9874 (diff) | |
download | fatcat-d7a4e4649e1da2c02ec8472173c79f7c708ce19b.tar.gz fatcat-d7a4e4649e1da2c02ec8472173c79f7c708ce19b.zip |
codegen release_year
Diffstat (limited to 'rust/fatcat-api-spec/api.yaml')
-rw-r--r-- | rust/fatcat-api-spec/api.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rust/fatcat-api-spec/api.yaml b/rust/fatcat-api-spec/api.yaml index a30bb55e..965cbfbc 100644 --- a/rust/fatcat-api-spec/api.yaml +++ b/rust/fatcat-api-spec/api.yaml @@ -201,6 +201,10 @@ definitions: release_date: type: string format: date + release_year: + type: integer + example: 2014 + format: int64 doi: type: string #format: custom @@ -1267,7 +1271,7 @@ paths: in: query type: string required: false - description: "List of sub-entities to expand in response. For releases, 'files' and 'container' are valid." + description: "List of sub-entities to expand in response. For releases, 'files', 'container', and 'creators' are valid." - name: hide in: query type: string |