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):
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>`
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments