aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api-spec/api.yaml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-12-24 15:14:32 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-12-24 15:14:32 -0800
commitd7a4e4649e1da2c02ec8472173c79f7c708ce19b (patch)
treeb3b02f3ac7e652771a0e8485a180ff82b8e0f75f /rust/fatcat-api-spec/api.yaml
parentb755695a38689258ccd99e98d0a737a233cf9874 (diff)
downloadfatcat-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.yaml6
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