From d7a4e4649e1da2c02ec8472173c79f7c708ce19b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 24 Dec 2018 15:14:32 -0800 Subject: codegen release_year --- python/fatcat_client/api/default_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/fatcat_client/api') 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, -- cgit v1.2.3