Skip to content

Commit 5ba64af

Browse files
committed
Add missing API doc links for Object Storage global quotas
1 parent e1f4ad9 commit 5ba64af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

linode_api4/groups/object_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def global_quotas(self, *filters):
539539
"""
540540
Lists the active account-level Object Storage quotas applied to your account.
541541
542-
API Documentation: TBD
542+
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-global-quotas
543543
544544
:param filters: Any number of filters to apply to this query.
545545
See :doc:`Filtering Collections</linode_api4/objects/filtering>`

linode_api4/objects/object_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ class ObjectStorageGlobalQuota(Base):
622622
"""
623623
An account-level Object Storage quota.
624624
625-
API documentation: TBD
625+
API documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-global-quota
626626
"""
627627

628628
api_endpoint = "/object-storage/global-quotas/{quota_id}"

0 commit comments

Comments
 (0)