multi sector clustering erroro rasing, adn tasks page word coutn monthly limits removal
This commit is contained in:
@@ -1032,7 +1032,7 @@ from rest_framework.decorators import api_view, permission_classes
|
||||
def get_usage_summary(request):
|
||||
"""
|
||||
Get comprehensive usage summary for current account.
|
||||
Includes hard limits (sites, users, keywords, clusters) and monthly limits (ideas, words, images).
|
||||
Includes hard limits (sites, users, keywords) and monthly limits (ahrefs queries only).
|
||||
|
||||
GET /api/v1/billing/usage-summary/
|
||||
"""
|
||||
|
||||
@@ -257,12 +257,11 @@ class BillingConfiguration(models.Model):
|
||||
|
||||
class PlanLimitUsage(AccountBaseModel):
|
||||
"""
|
||||
Track monthly usage of plan limits (ideas, words, images, prompts)
|
||||
Track monthly usage of plan limits (ideas, images, prompts)
|
||||
Resets at start of each billing period
|
||||
"""
|
||||
LIMIT_TYPE_CHOICES = [
|
||||
('content_ideas', 'Content Ideas'),
|
||||
('content_words', 'Content Words'),
|
||||
('images_basic', 'Basic Images'),
|
||||
('images_premium', 'Premium Images'),
|
||||
('image_prompts', 'Image Prompts'),
|
||||
|
||||
Reference in New Issue
Block a user