Skip to content

Commit f9f2f60

Browse files
committed
add doc link
1 parent ba062c4 commit f9f2f60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

linode_api4/groups/object_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def quotas(self, *filters):
523523
"""
524524
Lists the active ObjectStorage-related quotas applied to your account.
525525
526-
API Documentation: TBD
526+
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-quotas
527527
528528
:param filters: Any number of filters to apply to this query.
529529
See :doc:`Filtering Collections</linode_api4/objects/filtering>`

linode_api4/objects/object_storage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ class ObjectStorageQuota(Base):
583583
An Object Storage related quota information on your account.
584584
Object Storage Quota related features are under v4beta and may not currently be available to all users.
585585
586-
API documentation: TBD
586+
API documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-quota
587587
"""
588588

589589
api_endpoint = "/object-storage/quotas/{quota_id}"
@@ -603,7 +603,7 @@ def usage(self):
603603
"""
604604
Gets usage data for a specific ObjectStorage Quota resource you can have on your account and the current usage for that resource.
605605
606-
API documentation: TBD
606+
API documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-quota-usage
607607
608608
:returns: The Object Storage Quota usage.
609609
:rtype: ObjectStorageQuotaUsage

0 commit comments

Comments
 (0)