diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-12 22:50:31 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-12 22:50:31 -0800 |
commit | a0222d1e707fdb86f8c6dc5cd1cf9e8846e40eb5 (patch) | |
tree | 6d9d168b626fccf719314dd32ce4d4a248221235 /python | |
parent | 24f696744d8fd5f1a471a549ec94da06b3a6d1d3 (diff) | |
download | fatcat-a0222d1e707fdb86f8c6dc5cd1cf9e8846e40eb5.tar.gz fatcat-a0222d1e707fdb86f8c6dc5cd1cf9e8846e40eb5.zip |
update codegen (trivial)
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_client/api/default_api.py | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/python/fatcat_client/api/default_api.py b/python/fatcat_client/api/default_api.py index a5971279..d3ce3cee 100644 --- a/python/fatcat_client/api/default_api.py +++ b/python/fatcat_client/api/default_api.py @@ -1970,7 +1970,7 @@ class DefaultApi(object): :param async bool :param str id: (required) - :param str expand: List of sub-entities to expand in response. For now, only 'all' accepted. + :param str expand: List of sub-entities to expand in response. For containers, none accepted (yet). :return: ContainerEntity If the method is called asynchronously, returns the request thread. @@ -1992,7 +1992,7 @@ class DefaultApi(object): :param async bool :param str id: (required) - :param str expand: List of sub-entities to expand in response. For now, only 'all' accepted. + :param str expand: List of sub-entities to expand in response. For containers, none accepted (yet). :return: ContainerEntity If the method is called asynchronously, returns the request thread. @@ -2172,7 +2172,7 @@ class DefaultApi(object): :param async bool :param str id: (required) - :param str expand: List of sub-entities to expand in response. For now, only 'all' accepted. + :param str expand: List of sub-entities to expand in response. For creators, none accepted (yet). :return: CreatorEntity If the method is called asynchronously, returns the request thread. @@ -2194,7 +2194,7 @@ class DefaultApi(object): :param async bool :param str id: (required) - :param str expand: List of sub-entities to expand in response. For now, only 'all' accepted. + :param str expand: List of sub-entities to expand in response. For creators, none accepted (yet). :return: CreatorEntity If the method is called asynchronously, returns the request thread. @@ -2770,7 +2770,7 @@ class DefaultApi(object): :param async bool :param str id: (required) - :param str expand: List of sub-entities to expand in response. For now, only 'all' accepted. + :param str expand: List of sub-entities to expand in response. For files, none accepted (yet). :return: FileEntity If the method is called asynchronously, returns the request thread. @@ -2792,7 +2792,7 @@ class DefaultApi(object): :param async bool :param str id: (required) - :param str expand: List of sub-entities to expand in response. For now, only 'all' accepted. + :param str expand: List of sub-entities to expand in response. For files, none accepted (yet). :return: FileEntity If the method is called asynchronously, returns the request thread. @@ -2972,7 +2972,7 @@ class DefaultApi(object): :param async bool :param str id: (required) - :param str expand: List of sub-entities to expand in response. For now, only 'all' accepted. + :param str expand: List of sub-entities to expand in response. For releases, 'files' and 'container' are valid. :return: ReleaseEntity If the method is called asynchronously, returns the request thread. @@ -2994,7 +2994,7 @@ class DefaultApi(object): :param async bool :param str id: (required) - :param str expand: List of sub-entities to expand in response. For now, only 'all' accepted. + :param str expand: List of sub-entities to expand in response. For releases, 'files' and 'container' are valid. :return: ReleaseEntity If the method is called asynchronously, returns the request thread. @@ -3364,7 +3364,7 @@ class DefaultApi(object): :param async bool :param str id: (required) - :param str expand: List of sub-entities to expand in response. For now, only 'all' accepted. + :param str expand: List of sub-entities to expand in response. For works, none accepted (yet). :return: WorkEntity If the method is called asynchronously, returns the request thread. @@ -3386,7 +3386,7 @@ class DefaultApi(object): :param async bool :param str id: (required) - :param str expand: List of sub-entities to expand in response. For now, only 'all' accepted. + :param str expand: List of sub-entities to expand in response. For works, none accepted (yet). :return: WorkEntity If the method is called asynchronously, returns the request thread. |