File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ def quotas(self, *filters):
523
523
"""
524
524
Lists the active ObjectStorage-related quotas applied to your account.
525
525
526
- API Documentation: TBD
526
+ API Documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-quotas
527
527
528
528
:param filters: Any number of filters to apply to this query.
529
529
See :doc:`Filtering Collections</linode_api4/objects/filtering>`
Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ class ObjectStorageQuota(Base):
583
583
An Object Storage related quota information on your account.
584
584
Object Storage Quota related features are under v4beta and may not currently be available to all users.
585
585
586
- API documentation: TBD
586
+ API documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-quota
587
587
"""
588
588
589
589
api_endpoint = "/object-storage/quotas/{quota_id}"
@@ -603,7 +603,7 @@ def usage(self):
603
603
"""
604
604
Gets usage data for a specific ObjectStorage Quota resource you can have on your account and the current usage for that resource.
605
605
606
- API documentation: TBD
606
+ API documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-quota-usage
607
607
608
608
:returns: The Object Storage Quota usage.
609
609
:rtype: ObjectStorageQuotaUsage
You can’t perform that action at this time.
0 commit comments