diff options
Diffstat (limited to 'python/fatcat_client/api')
| -rw-r--r-- | python/fatcat_client/api/default_api.py | 4 | 
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,  | 
