Update api spec (#291)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1263d07c33
commit
c582a0c2eb
@ -116,6 +116,7 @@ def sync(
|
||||
page_token: Optional[str] = None,
|
||||
) -> Optional[Union[AsyncApiCallResultsPage, Error]]:
|
||||
"""For async file conversion operations, this endpoint does not return the contents of converted files (`output`). To get the contents use the `/async/operations/{id}` endpoint.
|
||||
|
||||
This endpoint requires authentication by a Zoo employee.""" # noqa: E501
|
||||
|
||||
return sync_detailed(
|
||||
@ -158,6 +159,7 @@ async def asyncio(
|
||||
page_token: Optional[str] = None,
|
||||
) -> Optional[Union[AsyncApiCallResultsPage, Error]]:
|
||||
"""For async file conversion operations, this endpoint does not return the contents of converted files (`output`). To get the contents use the `/async/operations/{id}` endpoint.
|
||||
|
||||
This endpoint requires authentication by a Zoo employee.""" # noqa: E501
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user