Skip to content

Commit

Permalink
[bot] Updated client based on openapi-ed09582/clientgen (#300)
Browse files Browse the repository at this point in the history
Co-authored-by: API Engineering <[email protected]>
  • Loading branch information
digitalocean-engineering and API Engineering authored Jun 4, 2024
1 parent e83aa9d commit de211a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
75904f0
ed09582
4 changes: 4 additions & 0 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -69592,6 +69592,8 @@ async def list_tiers(self, **kwargs: Any) -> JSON:
"""List App Tiers.

List all app tiers.
This endpoint has been deprecated because app tiers are not tied to instance sizes anymore.
The concept of tiers will be retired in the future.

:return: JSON object
:rtype: JSON
Expand Down Expand Up @@ -69683,6 +69685,8 @@ async def get_tier(self, slug: str, **kwargs: Any) -> JSON:
"""Retrieve an App Tier.

Retrieve information about a specific app tier.
This endpoint has been deprecated because app tiers are not tied to instance sizes anymore.
The concept of tiers will be retired in the future.

:param slug: The slug of the tier. Required.
:type slug: str
Expand Down
4 changes: 4 additions & 0 deletions src/pydo/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -76574,6 +76574,8 @@ def list_tiers(self, **kwargs: Any) -> JSON:
"""List App Tiers.

List all app tiers.
This endpoint has been deprecated because app tiers are not tied to instance sizes anymore.
The concept of tiers will be retired in the future.

:return: JSON object
:rtype: JSON
Expand Down Expand Up @@ -76665,6 +76667,8 @@ def get_tier(self, slug: str, **kwargs: Any) -> JSON:
"""Retrieve an App Tier.

Retrieve information about a specific app tier.
This endpoint has been deprecated because app tiers are not tied to instance sizes anymore.
The concept of tiers will be retired in the future.

:param slug: The slug of the tier. Required.
:type slug: str
Expand Down

0 comments on commit de211a5

Please sign in to comment.