diff --git a/linode_api4/groups/object_storage.py b/linode_api4/groups/object_storage.py index 77fc57ed..5ffab3ff 100644 --- a/linode_api4/groups/object_storage.py +++ b/linode_api4/groups/object_storage.py @@ -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` diff --git a/linode_api4/objects/object_storage.py b/linode_api4/objects/object_storage.py index b0d095b9..29eba2b0 100644 --- a/linode_api4/objects/object_storage.py +++ b/linode_api4/objects/object_storage.py @@ -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}" @@ -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