Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linode_api4/groups/object_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def quotas(self, *filters):
"""
Lists the active ObjectStorage-related quotas applied to your account.

API Documentation: TBD
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-quotas

:param filters: Any number of filters to apply to this query.
See :doc:`Filtering Collections</linode_api4/objects/filtering>`
Expand Down
4 changes: 2 additions & 2 deletions linode_api4/objects/object_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ class ObjectStorageQuota(Base):
An Object Storage related quota information on your account.
Object Storage Quota related features are under v4beta and may not currently be available to all users.

API documentation: TBD
API documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-quota
"""

api_endpoint = "/object-storage/quotas/{quota_id}"
Expand All @@ -603,7 +603,7 @@ def usage(self):
"""
Gets usage data for a specific ObjectStorage Quota resource you can have on your account and the current usage for that resource.

API documentation: TBD
API documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-quota-usage

:returns: The Object Storage Quota usage.
:rtype: ObjectStorageQuotaUsage
Expand Down