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
@ -74,6 +74,7 @@ def sync(
|
||||
client: Client,
|
||||
) -> Optional[Union[AppClientInfo, Error]]:
|
||||
"""This is different than OAuth 2.0 authentication for users. This endpoint grants access for Zoo to access user's repos.
|
||||
|
||||
The user doesn't need Zoo OAuth authorization for this endpoint, this is purely for the GitHub permissions to access repos.""" # noqa: E501
|
||||
|
||||
return sync_detailed(
|
||||
@ -100,6 +101,7 @@ async def asyncio(
|
||||
client: Client,
|
||||
) -> Optional[Union[AppClientInfo, Error]]:
|
||||
"""This is different than OAuth 2.0 authentication for users. This endpoint grants access for Zoo to access user's repos.
|
||||
|
||||
The user doesn't need Zoo OAuth authorization for this endpoint, this is purely for the GitHub permissions to access repos.""" # noqa: E501
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user