aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_client/api/default_api.py
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 /python/fatcat_client/api/default_api.py
parentb755695a38689258ccd99e98d0a737a233cf9874 (diff)
downloadfatcat-d7a4e4649e1da2c02ec8472173c79f7c708ce19b.tar.gz
fatcat-d7a4e4649e1da2c02ec8472173c79f7c708ce19b.zip
codegen release_year
Diffstat (limited to 'python/fatcat_client/api/default_api.py')
-rw-r--r--python/fatcat_client/api/default_api.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_client/api/default_api.py b/python/fatcat_client/api/default_api.py
index 4e7d33a9..e4d20b12 100644
--- a/python/fatcat_client/api/default_api.py
+++ b/python/fatcat_client/api/default_api.py
@@ -4370,7 +4370,7 @@ class DefaultApi(object):
:param async bool
:param str id: (required)
- :param str expand: List of sub-entities to expand in response. For releases, 'files' and 'container' are valid.
+ :param str expand: List of sub-entities to expand in response. For releases, 'files', 'container', and 'creators' are valid.
:param str hide: List of entity fields to elide in response. For releases, 'abstracts', 'refs', and 'contribs' are valid.
:return: ReleaseEntity
If the method is called asynchronously,
@@ -4393,7 +4393,7 @@ class DefaultApi(object):
:param async bool
:param str id: (required)
- :param str expand: List of sub-entities to expand in response. For releases, 'files' and 'container' are valid.
+ :param str expand: List of sub-entities to expand in response. For releases, 'files', 'container', and 'creators' are valid.
:param str hide: List of entity fields to elide in response. For releases, 'abstracts', 'refs', and 'contribs' are valid.
:return: ReleaseEntity
If the method is called asynchronously,