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:
zoo-github-actions-auth[bot]
2024-10-02 13:36:23 -07:00
committed by GitHub
parent 1263d07c33
commit c582a0c2eb
49 changed files with 1133 additions and 934 deletions

View File

@ -67,6 +67,7 @@ def sync(
client: Client,
) -> Optional[Error]:
"""This endpoint requires authentication by any Zoo user. It deletes the authenticated user from Zoo's database.
This call will only succeed if all invoices associated with the user have been paid in full and there is no outstanding balance.""" # noqa: E501
return sync_detailed(
@ -93,6 +94,7 @@ async def asyncio(
client: Client,
) -> Optional[Error]:
"""This endpoint requires authentication by any Zoo user. It deletes the authenticated user from Zoo's database.
This call will only succeed if all invoices associated with the user have been paid in full and there is no outstanding balance.""" # noqa: E501
return (