{"info":{"title":"Superblog API","version":"2.0.0","description":"This API provides programmatic access to manage your Superblog sites. Any action that you can do in dashboard can also be done with API.\n\nYou need to be on the <a href=\"https://superblog.ai/pricing\" target=\"_blank\">SUPER</a> plan for API access. This is a self-serve plan and to be considered <b>\"as-is\"</b>.\n\nGenerate an API key from your Dashboard > Data > API Keys section.\nPass the obtained API key with every request in a custom header \"x-superblog-access-key\".\n\n\n{supername} is your superblog's id that you can find in your dashboard/breadcrumbs/url-bar.\n"},"servers":[{"url":"https://write.superblog.ai/api/v2"}],"security":[{"siteApiKey":[]}],"components":{"securitySchemes":{"siteApiKey":{"type":"apiKey","in":"header","name":"x-superblog-access-key","description":"Site-level API key for accessing a specific site. Use this for operations on a single site like managing posts, categories, tags, and site settings. Found in  dashboard > data > api keys."}}},"openapi":"3.1.1","paths":{"/sites/{supername}/api-keys":{"get":{"operationId":"apiKeys.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"apiKeys":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"createdByUser":{"type":"object","properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["name"]}},"required":["id","name","createdAt","createdByUser"]}}},"required":["apiKeys"]}}}}}},"post":{"operationId":"apiKeys.create","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","maxLength":30}},"required":["name"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"apiKey":{"type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"},"code":{"type":"string"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","name","code","createdAt"]}},"required":["apiKey"]}}}}}}},"/sites/{supername}/api-keys/{apiKeyId}":{"delete":{"operationId":"apiKeys.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"apiKeyId","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"apiKey":{"type":"object","properties":{"id":{"type":"number"}},"required":["id"]}},"required":["apiKey"]}}}}}}},"/sites/{supername}":{"get":{"operationId":"sites.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"site":{"type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"},"supername":{"type":"string"},"customDomain":{"anyOf":[{"type":"string"},{"type":"null"}]},"template":{"anyOf":[{"type":"string"},{"type":"null"}]},"postsCount":{"type":"number"}},"required":["id","name","supername","customDomain","template","postsCount"]}},"required":["site"]}}}}}},"delete":{"operationId":"sites.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/dashboard":{"get":{"operationId":"sites.dashboard","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"site":{"type":"object","properties":{"name":{"type":"string"},"supername":{"type":"string"},"customDomain":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"trialPeriodDays":{"type":"number"}},"required":["name","supername","customDomain","createdAt","trialPeriodDays"]},"subscription":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"status":{"type":"string"},"stripePriceId":{"anyOf":[{"type":"string"},{"type":"null"}]},"stripeSubscriptionId":{"type":"string"},"stripeCustomerId":{"anyOf":[{"type":"string"},{"type":"null"}]},"billingStart":{"anyOf":[{"type":"string","format":"date-time","x-native-type":"date"},{"type":"null"}]},"billingEnd":{"anyOf":[{"type":"string","format":"date-time","x-native-type":"date"},{"type":"null"}]}},"required":["id","status","stripePriceId","stripeSubscriptionId","stripeCustomerId","billingStart","billingEnd"]},{"type":"null"}]},"posts":{"type":"object","properties":{"total":{"type":"number"},"published":{"type":"number"},"draft":{"type":"number"},"scheduled":{"type":"number"}},"required":["total","published","draft","scheduled"]},"pages":{"type":"object","properties":{"total":{"type":"number"}},"required":["total"]},"content":{"type":"object","properties":{"categories":{"type":"number"},"tags":{"type":"number"}},"required":["categories","tags"]},"team":{"type":"object","properties":{"members":{"type":"number"}},"required":["members"]},"leads":{"type":"object","properties":{"total":{"type":"number"}},"required":["total"]},"recentActivity":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"subtype":{"type":"string"},"message":{"type":"string"},"timestamp":{"type":"string","format":"date-time","x-native-type":"date"},"link":{"type":"string"},"postsListLink":{"type":"string"},"metadata":{"type":"object","properties":{"postId":{"type":"string"},"author":{"type":"string"},"status":{"type":"string"},"publishedAt":{"anyOf":[{"type":"string","format":"date-time","x-native-type":"date"},{"type":"null"}]},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"},"actionVerb":{"type":"string"},"categoryId":{"type":"string"},"categoryName":{"type":"string"},"tagId":{"type":"number"},"tagName":{"type":"string"},"leadId":{"type":"string"},"email":{"type":"string"}}}},"required":["id","type","message","timestamp","link"]}},"leadTrends":{"type":"array","items":{"type":"object","properties":{"day":{"type":"string"},"leads":{"type":"number"}},"required":["day","leads"]}},"userRole":{"enum":["OWNER","ADMIN","EDITOR","WRITER","BILLING"]}},"required":["site","subscription","posts","pages","content","team","leads","recentActivity","leadTrends","userRole"]}}}}}}},"/sites/{supername}/analytics":{"get":{"operationId":"sites.analytics","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"from","in":"query","required":false,"schema":{"default":"2026-04-19","type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"allowEmptyValue":true,"allowReserved":true},{"name":"to","in":"query","required":false,"schema":{"default":"2026-05-18","type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"allowEmptyValue":true,"allowReserved":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"analytics":{"type":"object","properties":{"avgSessionDurationInSeconds":{"type":"number"},"avgTimeSpentOnPageInSeconds":{"type":"number"},"topPages":{"type":"array","items":{"type":"object","properties":{"path":{"type":"string"},"uniqueVisitors":{"type":"number"}},"required":["path","uniqueVisitors"]}},"activeVisitors":{"type":"number"},"totalStats":{"type":"object","properties":{"visitors":{"type":"number"},"pageviews":{"type":"number"},"session":{"type":"number"},"bounceRate":{"type":"number"}},"required":["visitors","pageviews","session","bounceRate"]},"referrers":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"icon":{"type":"string"},"visitors":{"type":"number"}},"required":["name","visitors"]}},"countries":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"visitors":{"type":"number"}},"required":["code","visitors"]}},"growthRates":{"type":"object","properties":{"visitorsGrowth":{"type":"number"},"viewsGrowth":{"type":"number"},"sessionsGrowth":{"type":"number"},"bouncesGrowth":{"type":"number"},"timeSpentGrowth":{"type":"number"}},"required":["visitorsGrowth","viewsGrowth","sessionsGrowth","bouncesGrowth","timeSpentGrowth"]},"monthGraphData":{"type":"array","items":{"type":"object","properties":{"visitors":{"type":"number"},"day":{"type":"string"}},"required":["visitors","day"]}}},"required":["avgSessionDurationInSeconds","avgTimeSpentOnPageInSeconds","activeVisitors","totalStats","countries","growthRates","monthGraphData"]},"pirschAccessLink":{"type":"string"},"siteBaseUrl":{"type":"string"}},"required":["analytics","pirschAccessLink","siteBaseUrl"]}}}}}}},"/sites/{supername}/analytics/export":{"post":{"operationId":"sites.analyticsExport","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"to":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"}},"required":["from","to"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/transfer":{"post":{"operationId":"sites.transferInitiate","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","format":"email","maxLength":255}},"required":["email"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"const":"ok"},"validUntilMinutes":{"type":"number"}},"required":["status","validUntilMinutes"]}}}}}}},"/sites/{supername}/transfer/confirm":{"post":{"operationId":"sites.transferConfirm","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","format":"email","maxLength":255},"sourceCode":{"type":"string","maxLength":100},"destinationCode":{"type":"string","maxLength":100}},"required":["email","sourceCode","destinationCode"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}}}}},"/sites/{supername}/checklist":{"get":{"operationId":"sites.checklist","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"checklist":{"type":"object","properties":{"description":{"type":"boolean"},"logoUrl":{"type":"boolean"},"menuItems":{"type":"boolean"},"leads":{"type":"boolean"},"headerTitle":{"type":"boolean"},"googleAnalyticsId":{"type":"boolean"},"shortDescription":{"type":"boolean"}},"required":["description","logoUrl","menuItems","leads","headerTitle","googleAnalyticsId","shortDescription"]},"userRole":{"enum":["OWNER","ADMIN","EDITOR","WRITER","BILLING"]}},"required":["checklist","userRole"]}}}}}}},"/sites/check-supername/{supername}":{"get":{"operationId":"sites.checkSupernameAvailability","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string","minLength":1}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"available":{"type":"boolean"},"site":{"anyOf":[{"type":"object","properties":{"supername":{"type":"string"}},"required":["supername"]},{"type":"null"}]}},"required":["available","site"]}}}}}}},"/sites/{supername}/template-config-check":{"get":{"operationId":"sites.templateConfig.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"showConfigAlert":{"type":"boolean"},"message":{"type":"string"},"supername":{"type":"string"},"template":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["showConfigAlert","message","supername","template"]}}}}}},"post":{"operationId":"sites.templateConfig.revert","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}}}}},"/sites/{supername}/site-data/export":{"post":{"operationId":"siteData.export","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/site-data/import/wordpress":{"post":{"operationId":"siteData.import.wordpress","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"wpUrl":{"type":"string","format":"uri"}},"required":["wpUrl"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/site-data/import/ghost":{"post":{"operationId":"siteData.import.ghost","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"ghostUrl":{"type":"string","format":"uri"},"contentApiKey":{"type":"string"},"apiVersion":{"enum":["v2.0","v3.0"]}},"required":["ghostUrl","contentApiKey","apiVersion"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/site-data/import/medium":{"post":{"operationId":"siteData.import.medium","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"formattedPosts":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":300},"content":{"type":"string","maxLength":1000000},"isPublished":{"type":"boolean"},"isMarkdown":{"type":"boolean"},"date":{"type":"string","maxLength":300},"tags":{"type":"array","items":{"type":"string"}},"slug":{"type":"string"},"metaTitle":{"type":"string","maxLength":300},"metaDescription":{"type":"string","maxLength":300},"scheduledAt":{"type":"string","maxLength":300}},"required":["title","isPublished","date","slug"]}}},"required":["formattedPosts"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/site-data/import/blogger":{"post":{"operationId":"siteData.import.blogger","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"bloggerUrl":{"type":"string","format":"uri"}},"required":["bloggerUrl"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/site-data/import/webflow":{"post":{"operationId":"siteData.import.webflow","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"apiToken":{"type":"string"},"collectionId":{"type":"string"},"postBodyField":{"type":"string"}},"required":["apiToken","collectionId","postBodyField"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/site-data/import/wix":{"post":{"operationId":"siteData.import.wix","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"apiToken":{"type":"string"},"wixSiteId":{"type":"string"}},"required":["apiToken","wixSiteId"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/site-data/import/drupal":{"post":{"operationId":"siteData.import.drupal","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"blogUrl":{"type":"string","format":"uri"}},"required":["blogUrl"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/site-data/import/docusaurus":{"post":{"operationId":"siteData.import.docusaurus","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"docusaurusUrl":{"type":"string","format":"uri"}},"required":["docusaurusUrl"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/site-data/import/shopify":{"post":{"operationId":"siteData.import.shopify","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"shopifyUrl":{"type":"string","format":"uri"}},"required":["shopifyUrl"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/site-data/import/json":{"post":{"operationId":"siteData.import.json","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"posts":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":300},"content":{"type":"string","maxLength":1000000},"isPublished":{"type":"boolean"},"isMarkdown":{"type":"boolean"},"date":{"type":"string","maxLength":300},"tags":{"type":"array","items":{"type":"string"}},"slug":{"type":"string","maxLength":300},"metaTitle":{"type":"string","maxLength":300},"metaDescription":{"type":"string","maxLength":300},"scheduledAt":{"type":"string","maxLength":300},"disableAutoToC":{"type":"boolean"}},"required":["title","isPublished","date"]}},"importType":{"enum":["json","spreadsheet","framer","zip"]},"formattedPosts":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":300},"content":{"type":"string","maxLength":1000000},"isPublished":{"type":"boolean"},"isMarkdown":{"type":"boolean"},"date":{"type":"string","maxLength":300},"tags":{"type":"array","items":{"type":"string"}},"slug":{"type":"string","maxLength":300},"metaTitle":{"type":"string","maxLength":300},"metaDescription":{"type":"string","maxLength":300},"scheduledAt":{"type":"string","maxLength":300},"disableAutoToC":{"type":"boolean"}},"required":["title","isPublished","date"]}}},"required":["posts"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/site-data/import/zip":{"post":{"operationId":"siteData.import.zip","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"posts":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":300},"content":{"type":"string","maxLength":1000000},"isPublished":{"type":"boolean"},"isMarkdown":{"type":"boolean"},"date":{"type":"string","maxLength":300},"tags":{"type":"string"},"slug":{"type":"string","maxLength":300},"metaTitle":{"type":"string","maxLength":300},"metaDescription":{"type":"string","maxLength":300},"scheduledAt":{"type":"string","maxLength":300}},"required":["title","isPublished","date"]}}},"required":["posts"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/site-data/custom-homepage":{"post":{"operationId":"siteData.uploadCustomHomepage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","contentMediaType":"application/zip"}},"required":["file"]}},"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","contentMediaType":"application/zip"}},"required":["file"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"hasIndexHtml":{"type":"boolean"}},"required":["message","hasIndexHtml"]}}}}}}},"/sites/{supername}/site-data/custom-homepage-url":{"get":{"operationId":"siteData.getCustomHomepageUrl","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["url"]}}}}}}},"/sites/{supername}/site-translation/language/{languageCode}":{"get":{"operationId":"siteTranslation.getByLanguage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"site":{"type":"object","properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"shortDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"headerTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"headerCaption":{"anyOf":[{"type":"string"},{"type":"null"}]},"headerCtaText":{"anyOf":[{"type":"string"},{"type":"null"}]},"headerCtaLink":{"anyOf":[{"type":"string"},{"type":"null"}]},"ogImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["name","shortDescription","description","headerTitle","headerCaption","headerCtaText","headerCtaLink","ogImageUrl","metaTitle","metaDescription"]},"translation":{"anyOf":[{"type":"object","properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"shortDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"headerTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"headerCaption":{"anyOf":[{"type":"string"},{"type":"null"}]},"headerCtaText":{"anyOf":[{"type":"string"},{"type":"null"}]},"headerCtaLink":{"anyOf":[{"type":"string"},{"type":"null"}]},"ogImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["name","shortDescription","description","headerTitle","headerCaption","headerCtaText","headerCtaLink","ogImageUrl","metaTitle","metaDescription"]},{"type":"null"}]}},"required":["site","translation"]}}}}}},"put":{"operationId":"siteTranslation.saveTranslations","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"translation":{"type":"object","properties":{"name":{"type":"string","maxLength":30},"shortDescription":{"type":"string","maxLength":65},"description":{"type":"string","maxLength":500},"headerTitle":{"type":"string","maxLength":200},"headerCaption":{"type":"string","maxLength":400},"headerCtaText":{"type":"string","maxLength":35},"headerCtaLink":{"type":"string","maxLength":200},"ogImageUrl":{"type":"string","maxLength":200},"metaTitle":{"type":"string","maxLength":500},"metaDescription":{"type":"string","maxLength":200}},"required":["name","shortDescription","description","headerTitle","headerCaption","headerCtaText","headerCtaLink","ogImageUrl","metaTitle","metaDescription"]}},"required":["translation"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}}}}},"/sites/{supername}/posts":{"post":{"operationId":"posts.create","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"runId":{"type":"string"},"post":{"type":"object","properties":{"title":{"default":"Untitled","type":"string","minLength":1,"maxLength":300},"content":{"default":"","type":"string","maxLength":1000000},"tagIds":{"default":[],"type":"array","items":{"type":"number"}},"enableComments":{"default":true,"type":"boolean"},"hideSharingIcons":{"default":false,"type":"boolean"},"status":{"default":"DRAFT","enum":["PUBLISHED","DRAFT","SCHEDULED"]},"metaTitle":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"slug":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]},"isPage":{"default":false,"type":"boolean"},"categoryId":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"schema":{"anyOf":[{"type":"object","additionalProperties":{}},{"type":"null"}]},"customJS":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"customFeaturedImageUrl":{"anyOf":[{"type":"string","format":"uri","maxLength":500},{"type":"null"}]}}}},"required":["post"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{"type":"object","properties":{"cuid":{"type":"string"},"title":{"type":"string"},"status":{"type":"string"},"isPage":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["cuid","title","status","isPage","createdAt"]}},"required":["post"]}}}}}},"get":{"operationId":"posts.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"default":1,"type":"integer","minimum":0},"allowEmptyValue":true,"allowReserved":true},{"name":"limit","in":"query","required":false,"schema":{"default":50,"type":"integer","minimum":0,"maximum":200},"allowEmptyValue":true,"allowReserved":true},{"name":"searchTerm","in":"query","required":false,"schema":{"default":"","type":"string"},"allowEmptyValue":true,"allowReserved":true},{"name":"statusFilter","in":"query","required":false,"schema":{"default":"ALL","enum":["ALL","DRAFT","PUBLISHED","SCHEDULED"]},"style":"deepObject","explode":true,"allowEmptyValue":true,"allowReserved":true},{"name":"isPinned","in":"query","required":false,"schema":{"type":"boolean"},"allowEmptyValue":true,"allowReserved":true},{"name":"isFeatured","in":"query","required":false,"schema":{"type":"boolean"},"allowEmptyValue":true,"allowReserved":true},{"name":"isPage","in":"query","required":false,"schema":{"default":false,"type":"boolean"},"allowEmptyValue":true,"allowReserved":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"posts":{"type":"array","items":{"type":"object","properties":{"cuid":{"type":"string"},"title":{"type":"string"},"status":{"enum":["PUBLISHED","DRAFT","SCHEDULED"]},"author":{"type":"object","properties":{"authorDisplayName":{"type":"string"},"authorImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["authorDisplayName","authorImageUrl"]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"publishedAt":{"anyOf":[{"type":"string","format":"date-time","x-native-type":"date"},{"type":"null"}]},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"},"isSEOCheckPassed":{"type":"boolean"},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"}},"required":["id","name"]}},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"_count":{"type":"object","properties":{"comments":{"type":"number"},"translations":{"type":"number"}},"required":["comments","translations"]}},"required":["cuid","title","status","author","createdAt","publishedAt","updatedAt","isSEOCheckPassed","tags","slug","_count"]}},"totalPages":{"type":"number"},"totalPosts":{"type":"number"},"allPostsCount":{"type":"number"},"draftPostsCount":{"type":"number"},"scheduledPostsCount":{"type":"number"},"postsWithTranslationsCount":{"type":"number"},"translatedPostsCount":{"type":"number"}},"required":["posts","totalPages","totalPosts"]}}}}}}},"/sites/{supername}/posts/{cuid}":{"delete":{"operationId":"posts.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{"type":"object","properties":{"cuid":{"type":"string"},"title":{"type":"string"}},"required":["cuid","title"]}},"required":["post"]}}}}}},"get":{"operationId":"posts.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{"type":"object","properties":{"id":{"type":"number"},"cuid":{"type":"string"},"title":{"type":"string"},"content":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"enum":["PUBLISHED","DRAFT","SCHEDULED"]},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"canonicalUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"customFeaturedImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"ogImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"enableComments":{"type":"boolean"},"hideSharingIcons":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"disableAutoToC":{"type":"boolean"},"isPage":{"type":"boolean"},"isFeatured":{"type":"boolean"},"categoryId":{"anyOf":[{"type":"string"},{"type":"null"}]},"schema":{"anyOf":[{},{"type":"null"}]},"customJS":{"anyOf":[{"type":"string"},{"type":"null"}]},"excerpt":{"anyOf":[{"type":"string"},{"type":"null"}]},"readingTimeInMins":{"type":"number"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"},"publishedAt":{"anyOf":[{"type":"string","format":"date-time","x-native-type":"date"},{"type":"null"}]},"authorId":{"type":"number"},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"},"slug":{"type":"string"},"siteId":{"type":"number"},"addedBy":{"type":"number"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"},"originalId":{"anyOf":[{"type":"number"},{"type":"null"}]},"translationLocale":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","name","slug","siteId","addedBy","metaTitle","metaDescription","createdAt","updatedAt","originalId","translationLocale"]}},"author":{"type":"object","properties":{"id":{"type":"number"},"siteId":{"type":"number"},"userId":{"type":"number"},"role":{"enum":["OWNER","ADMIN","EDITOR","WRITER","BILLING"]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"},"addedBy":{"type":"number"},"authorImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorBio":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorDisplayName":{"type":"string"},"authorBioEnabled":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"authorLinkedinUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorTwitterUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorFacebookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorInstagramUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorWebsiteUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"isAutoAddedByAgency":{"type":"boolean"},"authorMetaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorMetaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"originalId":{"anyOf":[{"type":"number"},{"type":"null"}]},"translationLocale":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","siteId","userId","role","createdAt","updatedAt","addedBy","authorImageUrl","authorBio","authorDisplayName","authorBioEnabled","authorLinkedinUrl","authorTwitterUrl","authorFacebookUrl","authorInstagramUrl","authorWebsiteUrl","isAutoAddedByAgency","authorMetaTitle","authorMetaDescription","originalId","translationLocale"]},"originalCuid":{"anyOf":[{"type":"string"},{"type":"null"}]},"translationLocale":{"anyOf":[{"type":"string"},{"type":"null"}]},"original":{"anyOf":[{"type":"object","properties":{"cuid":{"type":"string"},"title":{"type":"string"},"excerpt":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["cuid","title","excerpt","metaTitle","metaDescription"]},{"type":"null"}]}},"required":["id","cuid","title","content","status","slug","metaTitle","metaDescription","canonicalUrl","customFeaturedImageUrl","ogImageUrl","enableComments","hideSharingIcons","disableAutoToC","isPage","isFeatured","categoryId","customJS","excerpt","readingTimeInMins","createdAt","updatedAt","publishedAt","authorId","tags","author","originalCuid","translationLocale","original"]}},"required":["post"]}}}}}},"patch":{"operationId":"posts.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"submitSitemap":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"post":{"type":"object","properties":{"title":{"anyOf":[{"type":"string","minLength":1,"maxLength":300},{"type":"null"}]},"content":{"anyOf":[{"type":"string","maxLength":1000000},{"type":"null"}]},"publishedAt":{"anyOf":[{"type":"string"},{"type":"null"}]},"tagIds":{"anyOf":[{"type":"array","items":{"type":"number"}},{"type":"null"}]},"categoryId":{"anyOf":[{"type":"string"},{"type":"null"}]},"enableComments":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"hideSharingIcons":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"disableAutoToC":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"isPage":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"status":{"anyOf":[{"enum":["PUBLISHED","DRAFT","SCHEDULED"]},{"type":"null"}]},"metaTitle":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"canonicalUrl":{"anyOf":[{"type":"string","format":"uri","maxLength":500},{"type":"null"}]},"customFeaturedImageUrl":{"anyOf":[{"type":"string","format":"uri","maxLength":500},{"type":"null"}]},"ogImageUrl":{"anyOf":[{"type":"string","format":"uri","maxLength":500},{"type":"null"}]},"slug":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}]},"schema":{"anyOf":[{},{"type":"null"}]},"customJS":{"anyOf":[{"type":"string","minLength":1,"maxLength":10000},{"type":"null"}]},"excerpt":{"anyOf":[{"type":"string","minLength":1,"maxLength":150},{"type":"null"}]},"isFeatured":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}}},"required":["post"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{"type":"object","properties":{"id":{"type":"number"},"cuid":{"type":"string"},"title":{"type":"string"},"content":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"enum":["PUBLISHED","DRAFT","SCHEDULED"]},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"},"slug":{"type":"string"}},"required":["id","name","slug"]}}},"required":["id","cuid","title","content","status","slug","updatedAt","tags"]}},"required":["post"]}}}}}}},"/sites/{supername}/posts/{cuid}/adjacent":{"get":{"operationId":"posts.getAdjacent","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}},{"name":"direction","in":"query","required":true,"schema":{"enum":["next","prev"]},"style":"deepObject","explode":true,"allowEmptyValue":true,"allowReserved":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"adjacentCuid":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["adjacentCuid"]}}}}}}},"/sites/{supername}/posts/bulk/publish":{"patch":{"operationId":"posts.bulk.publish","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postCuids":{"type":"array","items":{"type":"string"},"minItems":1}},"required":["postCuids"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"type":"number"}},"required":["count"]}}}}}}},"/sites/{supername}/posts/bulk/unpublish":{"patch":{"operationId":"posts.bulk.unpublish","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postCuids":{"type":"array","items":{"type":"string"},"minItems":1}},"required":["postCuids"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"type":"number"}},"required":["count"]}}}}}}},"/sites/{supername}/posts/bulk":{"delete":{"operationId":"posts.bulk.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postCuids":{"type":"array","items":{"type":"string"},"minItems":1}},"required":["postCuids"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"type":"number"}},"required":["count"]}}}}}}},"/sites/{supername}/posts/bulk/assign-category":{"patch":{"operationId":"posts.bulk.assignCategory","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postCuids":{"type":"array","items":{"type":"string"},"minItems":1},"categoryId":{"type":"string"}},"required":["postCuids","categoryId"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"type":"number"}},"required":["count"]}}}}}}},"/sites/{supername}/posts/bulk/assign-tags":{"patch":{"operationId":"posts.bulk.assignTags","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postCuids":{"type":"array","items":{"type":"string"},"minItems":1},"tagIds":{"type":"array","items":{"type":"number"},"minItems":1}},"required":["postCuids","tagIds"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"type":"number"},"message":{"type":"string"}},"required":["count","message"]}}}}}}},"/sites/{supername}/posts/bulk/change-author":{"patch":{"operationId":"posts.bulk.changeAuthor","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postCuids":{"type":"array","items":{"type":"string"},"minItems":1},"authorUserId":{"type":"number"}},"required":["postCuids","authorUserId"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"type":"number"}},"required":["count"]}}}}}}},"/sites/{supername}/posts/bulk/redate":{"patch":{"operationId":"posts.bulk.redate","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postCuids":{"type":"array","items":{"type":"string"}},"publishedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["postCuids","publishedAt"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"type":"number"}},"required":["count"]}}}}}}},"/sites/{supername}/posts/{cuid}/schedule":{"get":{"operationId":"posts.schedule.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{"type":"object","properties":{"autoPublishAt":{"anyOf":[{"type":"string","format":"date-time","x-native-type":"date"},{"type":"null"}]}},"required":["autoPublishAt"]}},"required":["post"]}}}}}},"post":{"operationId":"posts.schedule.create","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"autoPublishAt":{"type":"string"}},"required":["autoPublishAt"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{"type":"object","properties":{"autoPublishAt":{"anyOf":[{"type":"string","format":"date-time","x-native-type":"date"},{"type":"null"}]}},"required":["autoPublishAt"]}},"required":["post"]}}}}}},"delete":{"operationId":"posts.schedule.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{"type":"object","properties":{"autoPublishAt":{"anyOf":[{"type":"string","format":"date-time","x-native-type":"date"},{"type":"null"}]}},"required":["autoPublishAt"]}},"required":["post"]}}}}}}},"/sites/{supername}/posts/{cuid}/pin":{"get":{"operationId":"posts.pin.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{"type":"object","properties":{"isPinned":{"type":"boolean"}},"required":["isPinned"]}},"required":["post"]}}}}}},"patch":{"operationId":"posts.pin.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"isPinned":{"type":"boolean"}},"required":["isPinned"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{"type":"object","properties":{"isPinned":{"type":"boolean"}},"required":["isPinned"]}},"required":["post"]}}}}}}},"/sites/{supername}/posts/{cuid}/preview":{"get":{"operationId":"posts.preview.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"postPreview":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"postCuid":{"type":"string"},"createdBy":{"type":"number"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","postCuid","createdBy","createdAt","updatedAt"]},{"type":"null"}]}},"required":["postPreview"]}}}}}},"post":{"operationId":"posts.preview.create","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"postPreview":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"postCuid":{"type":"string"},"createdBy":{"type":"number"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","postCuid","createdBy","createdAt","updatedAt"]},{"type":"null"}]}},"required":["postPreview"]}}}}}},"delete":{"operationId":"posts.preview.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"postPreview":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"postCuid":{"type":"string"},"createdBy":{"type":"number"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","postCuid","createdBy","createdAt","updatedAt"]},{"type":"null"}]}},"required":["postPreview"]}}}}}}},"/sites/{supername}/posts/{cuid}/co-authors":{"get":{"operationId":"posts.coAuthors.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"coAuthors":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"siteId":{"type":"number"},"userId":{"type":"number"},"role":{"enum":["OWNER","ADMIN","EDITOR","WRITER","BILLING"]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"},"addedBy":{"type":"number"},"authorImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorBio":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorDisplayName":{"type":"string"},"authorBioEnabled":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"authorLinkedinUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorTwitterUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorFacebookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorInstagramUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorWebsiteUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"isAutoAddedByAgency":{"type":"boolean"},"authorMetaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorMetaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"originalId":{"anyOf":[{"type":"number"},{"type":"null"}]},"translationLocale":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","siteId","userId","role","createdAt","updatedAt","addedBy","authorImageUrl","authorBio","authorDisplayName","authorBioEnabled","authorLinkedinUrl","authorTwitterUrl","authorFacebookUrl","authorInstagramUrl","authorWebsiteUrl","isAutoAddedByAgency","authorMetaTitle","authorMetaDescription","originalId","translationLocale"]}}},"required":["coAuthors"]}}}}}},"post":{"operationId":"posts.coAuthors.add","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"userId":{"type":"number"}},"required":["userId"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{}}}}}}}},"delete":{"operationId":"posts.coAuthors.remove","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"userId":{"type":"number"}},"required":["userId"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{}}}}}}}}},"/sites/{supername}/posts/{cuid}/faqs":{"get":{"operationId":"posts.faqs.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"faqs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"question":{"type":"string"},"answer":{"type":"string"},"postCuid":{"type":"string"},"createdBy":{"type":"number"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","question","answer","postCuid","createdBy","createdAt","updatedAt"]}}},"required":["faqs"]}}}}}},"post":{"operationId":"posts.faqs.create","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"question":{"type":"string","minLength":1,"maxLength":500},"answer":{"type":"string","minLength":1,"maxLength":2000}},"required":["question","answer"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"faq":{"type":"object","properties":{"id":{"type":"number"},"question":{"type":"string"},"answer":{"type":"string"},"postCuid":{"type":"string"},"createdBy":{"type":"number"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","question","answer","postCuid","createdBy","createdAt","updatedAt"]}},"required":["faq"]}}}}}}},"/sites/{supername}/posts/{cuid}/faqs/bulk":{"post":{"operationId":"posts.faqs.createBulk","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"faqs":{"type":"array","items":{"type":"object","properties":{"question":{"type":"string","minLength":1,"maxLength":500},"answer":{"type":"string","minLength":1,"maxLength":2000}},"required":["question","answer"]},"minItems":1,"maxItems":50}},"required":["faqs"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"faqs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"question":{"type":"string"},"answer":{"type":"string"},"postCuid":{"type":"string"},"createdBy":{"type":"number"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","question","answer","postCuid","createdBy","createdAt","updatedAt"]}},"count":{"type":"number"}},"required":["faqs","count"]}}}}}}},"/sites/{supername}/posts/{cuid}/faqs/{faqId}":{"put":{"operationId":"posts.faqs.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}},{"name":"faqId","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"question":{"type":"string","minLength":1,"maxLength":500},"answer":{"type":"string","minLength":1,"maxLength":2000}},"required":["question","answer"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"faq":{"type":"object","properties":{"id":{"type":"number"},"question":{"type":"string"},"answer":{"type":"string"},"postCuid":{"type":"string"},"createdBy":{"type":"number"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","question","answer","postCuid","createdBy","createdAt","updatedAt"]}},"required":["faq"]}}}}}},"delete":{"operationId":"posts.faqs.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}},{"name":"faqId","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"faq":{"type":"object","properties":{"id":{"type":"number"},"question":{"type":"string"},"answer":{"type":"string"},"postCuid":{"type":"string"},"createdBy":{"type":"number"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","question","answer","postCuid","createdBy","createdAt","updatedAt"]}},"required":["faq"]}}}}}}},"/sites/{supername}/posts/{cuid}/review-comments":{"get":{"operationId":"posts.reviewComments.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"reviewComments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"text":{"anyOf":[{"type":"string"},{"type":"null"}]},"postCuid":{"type":"string"},"createdBy":{"type":"number"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"},"isRead":{"type":"boolean"},"createdByUser":{"anyOf":[{"type":"object","properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["name"]},{"type":"null"}]}},"required":["id","text","postCuid","createdBy","createdAt","updatedAt","isRead","createdByUser"]}}},"required":["reviewComments"]}}}}}},"post":{"operationId":"posts.reviewComments.create","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"reviewComment":{"type":"object","properties":{"text":{"type":"string","maxLength":1000000}},"required":["text"]}},"required":["reviewComment"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"reviewComment":{}}}}}}}}},"/sites/{supername}/posts/{cuid}/review-comments/{reviewCommentId}":{"delete":{"operationId":"posts.reviewComments.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}},{"name":"reviewCommentId","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"reviewComment":{}}}}}}}}},"/sites/{supername}/posts/{cuid}/comments":{"get":{"operationId":"posts.comments.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"comments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"email":{"type":"string"},"name":{"type":"string"},"postCuid":{"type":"string"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"},"isEmailVerified":{"type":"boolean"},"isEmailApprovedBySite":{"type":"boolean"},"isHidden":{"type":"boolean"},"isMadeViaDashboard":{"type":"boolean"},"userId":{"anyOf":[{"type":"number"},{"type":"null"}]},"isSpam":{"type":"boolean"},"verificationCode":{"type":"string"}},"required":["id","content","email","name","postCuid","createdAt","updatedAt","isEmailVerified","isEmailApprovedBySite","isHidden","isMadeViaDashboard","userId","isSpam","verificationCode"]}}},"required":["comments"]}}}}}},"post":{"operationId":"posts.comments.create","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"content":{"type":"string","maxLength":10000,"minLength":1}},"required":["content"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"comment":{}}}}}}}}},"/sites/{supername}/posts/{cuid}/comments/{commentId}":{"put":{"operationId":"posts.comments.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}},{"name":"commentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{"content":{"type":"string","minLength":1,"maxLength":10000},"isEmailApprovedBySite":{"type":"boolean"},"isHidden":{"type":"boolean"}},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"comment":{}}}}}}}},"delete":{"operationId":"posts.comments.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}},{"name":"commentId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"comment":{}}}}}}}}},"/sites/{supername}/posts/reassign":{"patch":{"operationId":"posts.reassign","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"post":{"type":"object","properties":{"cuid":{"type":"string"},"newUserId":{"type":"number"}},"required":["cuid","newUserId"]}},"required":["post"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{"type":"object","properties":{"cuid":{"type":"string"},"title":{"type":"string"},"authorId":{"type":"number"}},"required":["cuid","title","authorId"]}},"required":["post"]}}}}}}},"/sites/{supername}/posts/{cuid}/frontend":{"get":{"operationId":"posts.checkExists","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"existsOnFrontend":{"type":"boolean"}},"required":["existsOnFrontend"]}}}}}}},"/posts/search":{"post":{"operationId":"posts.search","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"supername":{"type":"string"},"query":{"type":"string","minLength":1}},"required":["supername","query"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"searchResults":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"cuid":{"type":"string"},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"title":{"type":"string"},"postUrl":{"type":"string"},"thumbnailUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"excerpt":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","cuid","slug","title","postUrl","thumbnailUrl","excerpt"]}}},"required":["searchResults"]}}}}}}},"/sites/{supername}/posts/{cuid}/suggestions":{"post":{"operationId":"posts.suggestions","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{"title":{"type":"string"},"content":{"type":"string"},"tagIds":{"type":"array","items":{"type":"number"}},"categoryId":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"suggestions":{"type":"array","items":{"type":"object","properties":{"cuid":{"type":"string"},"title":{"type":"string"},"slug":{"type":"string"},"excerpt":{"anyOf":[{"type":"string"},{"type":"null"}]},"matchReason":{"type":"string"},"score":{"type":"number"},"anchorTexts":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"context":{"type":"string"}},"required":["text","context"]}}},"required":["cuid","title","slug","excerpt","matchReason","score"]}}},"required":["suggestions"]}}}}}}},"/sites/{supername}/posts/{cuid}/translate":{"post":{"operationId":"posts.translate","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"languageCode":{"type":"string","maxLength":10}},"required":["languageCode"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"post":{"type":"object","properties":{"cuid":{"type":"string"},"title":{"type":"string"},"translationLocale":{"type":"string"}},"required":["cuid","title","translationLocale"]}},"required":["post"]}}}}}}},"/sites/{supername}/posts/{cuid}/translations":{"get":{"operationId":"posts.getTranslations","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"originalCuid":{"type":"string"},"originalTitle":{"type":"string"},"translations":{"type":"array","items":{"type":"object","properties":{"cuid":{"type":"string"},"title":{"type":"string"},"status":{"enum":["PUBLISHED","DRAFT","SCHEDULED"]},"translationLocale":{"type":"string"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["cuid","title","status","translationLocale","updatedAt"]}},"availableLanguages":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"},"hasTranslation":{"type":"boolean"}},"required":["code","name","hasTranslation"]}}},"required":["originalCuid","originalTitle","translations","availableLanguages"]}}}}}}},"/sites/{supername}/posts/{cuid}/auto-translate":{"post":{"operationId":"posts.autoTranslate","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"targetLanguage":{"type":"string","maxLength":10},"fields":{"default":{},"type":"object","properties":{"title":{"default":true,"type":"boolean"},"content":{"default":true,"type":"boolean"},"excerpt":{"default":true,"type":"boolean"},"metaTitle":{"default":true,"type":"boolean"},"metaDescription":{"default":true,"type":"boolean"}}},"provider":{"enum":["aws_translate","bedrock_nova_micro"]}},"required":["targetLanguage"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"translatedPost":{"type":"object","properties":{"cuid":{"type":"string"},"translationLocale":{"type":"string"}},"required":["cuid","translationLocale"]},"stats":{"type":"object","properties":{"wordCount":{"type":"number"},"charCount":{"type":"number"},"inputTokens":{"type":"number"},"outputTokens":{"type":"number"},"provider":{"type":"string"},"durationMs":{"type":"number"}},"required":["wordCount","charCount","provider","durationMs"]},"creditsUsed":{"type":"number"},"creditsRemaining":{"type":"number"}},"required":["translatedPost","stats","creditsUsed","creditsRemaining"]}}}}}}},"/sites/{supername}/posts/{cuid}/auto-translate-field":{"post":{"operationId":"posts.autoTranslateField","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"targetLanguage":{"type":"string","maxLength":10},"field":{"enum":["title","content","excerpt","metaTitle","metaDescription"]},"sourceText":{"type":"string"},"provider":{"enum":["aws_translate","bedrock_nova_micro"]}},"required":["targetLanguage","field","sourceText"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"translatedText":{"type":"string"},"creditsUsed":{"type":"number"},"creditsRemaining":{"type":"number"},"provider":{"type":"string"},"model":{"type":"string"}},"required":["translatedText","creditsUsed","creditsRemaining","provider","model"]}}}}}}},"/sites/{supername}/posts/{cuid}/translation-estimate":{"post":{"operationId":"posts.translationEstimate","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"cuid","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{"fields":{"default":{},"type":"object","properties":{"title":{"default":true,"type":"boolean"},"content":{"default":true,"type":"boolean"},"excerpt":{"default":true,"type":"boolean"},"metaTitle":{"default":true,"type":"boolean"},"metaDescription":{"default":true,"type":"boolean"}}}},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"fields":{"type":"object","properties":{"title":{"type":"object","properties":{"wordCount":{"type":"number"},"charCount":{"type":"number"}},"required":["wordCount","charCount"]},"content":{"type":"object","properties":{"wordCount":{"type":"number"},"charCount":{"type":"number"}},"required":["wordCount","charCount"]},"excerpt":{"type":"object","properties":{"wordCount":{"type":"number"},"charCount":{"type":"number"}},"required":["wordCount","charCount"]},"metaTitle":{"type":"object","properties":{"wordCount":{"type":"number"},"charCount":{"type":"number"}},"required":["wordCount","charCount"]},"metaDescription":{"type":"object","properties":{"wordCount":{"type":"number"},"charCount":{"type":"number"}},"required":["wordCount","charCount"]}},"required":["title","content","excerpt","metaTitle","metaDescription"]},"totalWordCount":{"type":"number"},"totalCharCount":{"type":"number"},"availableCredits":{"type":"number"}},"required":["fields","totalWordCount","totalCharCount","availableCredits"]}}}}}}},"/sites/{supername}/categories":{"get":{"operationId":"categories.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"categories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"iconName":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"homePageOrder":{"anyOf":[{"type":"number"},{"type":"null"}]},"excludeThesePostsFromHomePage":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"},"_count":{"type":"object","properties":{"posts":{"type":"number"}},"required":["posts"]},"site":{"type":"object","properties":{"customDomain":{"anyOf":[{"type":"string"},{"type":"null"}]},"template":{"type":"string"}},"required":["customDomain","template"]}},"required":["id","name","slug","iconName","metaTitle","metaDescription","homePageOrder","excludeThesePostsFromHomePage","createdAt","updatedAt","_count","site"]}},"site":{"type":"object","properties":{"customDomain":{"anyOf":[{"type":"string"},{"type":"null"}]},"template":{"type":"string"}},"required":["customDomain","template"]}},"required":["categories","site"]}}}}}},"post":{"operationId":"categories.create","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","maxLength":30,"minLength":1},"slug":{"type":"string","minLength":1},"metaTitle":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"iconName":{"default":"FolderIcon","type":"string","minLength":1}},"required":["name","slug"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"iconName":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","name","slug","iconName","metaTitle","metaDescription","createdAt","updatedAt"]}},"required":["category"]}}}}}}},"/sites/{supername}/categories/{id}":{"patch":{"operationId":"categories.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":30},"slug":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"iconName":{"type":"string","minLength":1}},"required":["name","slug","iconName"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"iconName":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","name","slug","iconName","metaTitle","metaDescription","createdAt","updatedAt"]}},"required":["category"]}}}}}},"delete":{"operationId":"categories.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"category":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"iconName":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","name","slug","iconName","metaTitle","metaDescription","createdAt","updatedAt"]}},"required":["category"]}}}}}}},"/sites/{supername}/categories/bulk":{"delete":{"operationId":"categories.bulkDelete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"categoryIds":{"type":"array","items":{"type":"string"},"minItems":1}},"required":["categoryIds"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"type":"number"}},"required":["count"]}}}}}}},"/sites/{supername}/categories/bulk/homepage":{"put":{"operationId":"categories.bulkSetHomepage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{"categoryIds":{"default":[],"type":"array","items":{"type":"string"}}},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/categories/bulk/exclude-posts-homepage":{"put":{"operationId":"categories.bulkExcludeFromHomepage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{"categoryIds":{"default":[],"type":"array","items":{"type":"string"}}},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/categories/{categoryId}/posts":{"get":{"operationId":"categories.posts","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"categoryId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"posts":{"type":"array","items":{"type":"object","properties":{"cuid":{"type":"string"},"title":{"type":"string"}},"required":["cuid","title"]}}},"required":["posts"]}}}}}}},"/sites/{supername}/categories/{categoryId}/post-order":{"put":{"operationId":"categories.setPostOrder","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"categoryId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postCuids":{"type":"array","items":{"type":"string"}}},"required":["postCuids"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/categories/language/{languageCode}":{"get":{"operationId":"categories.getByLanguage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"categories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"translation":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","name","slug","metaTitle","metaDescription"]},{"type":"null"}]}},"required":["id","name","slug","metaTitle","metaDescription","translation"]}}},"required":["categories"]}}}}}},"put":{"operationId":"categories.saveTranslations","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"translations":{"type":"array","items":{"type":"object","properties":{"originalId":{"type":"string"},"name":{"type":"string","maxLength":30},"slug":{"type":"string","maxLength":500},"metaTitle":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}},"required":["originalId","name","slug","metaTitle","metaDescription"]}}},"required":["translations"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"translationsCount":{"type":"number"}},"required":["success","translationsCount"]}}}}}}},"/sites/{supername}/tags":{"get":{"operationId":"tags.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"default":1,"type":"integer","minimum":0},"allowEmptyValue":true,"allowReserved":true},{"name":"limit","in":"query","required":false,"schema":{"default":100,"type":"integer","minimum":0,"maximum":500},"allowEmptyValue":true,"allowReserved":true},{"name":"searchTerm","in":"query","required":false,"schema":{"default":"","type":"string"},"allowEmptyValue":true,"allowReserved":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"},"slug":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"},"_count":{"type":"object","properties":{"posts":{"type":"number"}},"required":["posts"]},"site":{"type":"object","properties":{"customDomain":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["customDomain"]}},"required":["id","name","slug","metaTitle","metaDescription","createdAt","updatedAt","_count","site"]}},"totalPages":{"type":"number"},"totalTags":{"type":"number"},"currentPage":{"type":"number"},"pageSize":{"type":"number"}},"required":["tags","totalPages","totalTags","currentPage","pageSize"]}}}}}},"post":{"operationId":"tags.create","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":30},"slug":{"type":"string","minLength":1},"metaTitle":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}},"required":["name","slug"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"tag":{"type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"},"slug":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","name","slug","metaTitle","metaDescription","createdAt","updatedAt"]}},"required":["tag"]}}}}}}},"/sites/{supername}/tags/{id}":{"patch":{"operationId":"tags.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":30},"slug":{"type":"string","minLength":1},"metaTitle":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}},"required":["name","slug"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"tag":{"type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"},"slug":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","name","slug","metaTitle","metaDescription","createdAt","updatedAt"]}},"required":["tag"]}}}}}},"delete":{"operationId":"tags.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"tag":{"type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"},"slug":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","name","slug","metaTitle","metaDescription","createdAt","updatedAt"]}},"required":["tag"]}}}}}}},"/sites/{supername}/tags/bulk":{"delete":{"operationId":"tags.bulkDelete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tagIds":{"type":"array","items":{"type":"number"},"minItems":1}},"required":["tagIds"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"type":"number"}},"required":["count"]}}}}}}},"/sites/{supername}/tags/{tagName}/posts":{"get":{"operationId":"tags.getPosts","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"tagName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"posts":{"type":"array","items":{"type":"object","properties":{"cuid":{"type":"string"},"title":{"type":"string"}},"required":["cuid","title"]}}},"required":["posts"]}}}}}}},"/sites/{supername}/tags/language/{languageCode}":{"get":{"operationId":"tags.getByLanguage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"},"slug":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"translation":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"name":{"type":"string"},"slug":{"type":"string"},"metaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","name","slug","metaTitle","metaDescription"]},{"type":"null"}]}},"required":["id","name","slug","metaTitle","metaDescription","translation"]}}},"required":["tags"]}}}}}},"put":{"operationId":"tags.saveTranslations","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"translations":{"type":"array","items":{"type":"object","properties":{"originalId":{"type":"number"},"name":{"type":"string","minLength":1,"maxLength":30},"slug":{"type":"string","minLength":1,"maxLength":500},"metaTitle":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]}},"required":["originalId","name","slug","metaTitle","metaDescription"]}}},"required":["translations"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"translationsCount":{"type":"number"}},"required":["success","translationsCount"]}}}}}}},"/sites/{supername}/media":{"get":{"operationId":"media.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"default":1,"type":"number"},"allowEmptyValue":true,"allowReserved":true},{"name":"limit","in":"query","required":false,"schema":{"default":100,"type":"number"},"allowEmptyValue":true,"allowReserved":true},{"name":"search","in":"query","required":false,"schema":{"default":"","type":"string"},"allowEmptyValue":true,"allowReserved":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"images":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"url":{"type":"string"},"fileName":{"type":"string"},"mimeType":{"type":"string"},"size":{"type":"number"},"width":{"anyOf":[{"type":"number"},{"type":"null"}]},"height":{"anyOf":[{"type":"number"},{"type":"null"}]},"lastModified":{"type":"string"}},"required":["key","url","fileName","mimeType","size","width","height","lastModified"]}},"pagination":{"type":"object","properties":{"page":{"type":"number"},"limit":{"type":"number"},"totalCount":{"type":"number"},"totalPages":{"type":"number"},"hasMore":{"type":"boolean"}},"required":["page","limit","totalCount","totalPages","hasMore"]},"count":{"type":"number"}},"required":["images","pagination","count"]}}}}}}},"/sites/{supername}/media/delete":{"post":{"operationId":"media.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{"imageKey":{"type":"string"},"imageKeys":{"type":"array","items":{"type":"string"}}},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}},"required":["success","message"]}}}}}}},"/sites/{supername}/media/upload":{"post":{"operationId":"media.upload","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","contentMediaType":"image/*"},"maxWidth":{"type":"number"}},"required":["file"]}},"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","contentMediaType":"image/*"},"maxWidth":{"type":"number"}},"required":["file"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"link":{"type":"string"}},"required":["link"]}}}}}}},"/media/embed":{"post":{"operationId":"media.embed","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"supername":{"type":"string"},"url":{"type":"string","format":"uri"}},"required":["supername","url"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"html":{"anyOf":[{"type":"string"},{"type":"null"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"author_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"author_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"provider_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"provider_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"width":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"type":"null"}]},"height":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"type":"null"}]},"type":{"anyOf":[{"type":"string"},{"type":"null"}]},"version":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"}]},{"type":"null"}]},"thumbnail_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"thumbnail_width":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"type":"null"}]},"thumbnail_height":{"anyOf":[{"anyOf":[{"type":"number"},{"type":"string"}]},{"type":"null"}]},"url":{"type":"string"}},"required":["url"]}}}}}}},"/sites/{supername}/scribble":{"get":{"operationId":"scribble.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"scribble":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"content":{"type":"string"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","content","updatedAt"]},{"type":"null"}]}},"required":["scribble"]}}}}}},"post":{"operationId":"scribble.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"content":{"type":"string","maxLength":1000000}},"required":["content"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"scribble":{"type":"object","properties":{"id":{"type":"number"},"content":{"type":"string"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","content","updatedAt"]}},"required":["scribble"]}}}}}}},"/sites/{supername}/menu":{"get":{"operationId":"menu.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"menuItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"label":{"type":"string"},"href":{"type":"string"},"order":{"type":"number"},"nestedItems":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":100},"href":{"type":"string","maxLength":200},"nestedItems":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":100},"href":{"type":"string","maxLength":200},"nestedItems":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":100},"href":{"type":"string","maxLength":200},"nestedItems":{"type":"array","items":{"anyOf":[{},{"type":"null"}]},"maxItems":25}},"required":["label","href"]},"maxItems":25}},"required":["label","href"]},"maxItems":25}},"required":["label","href"]}},"isCTA":{"type":"boolean"},"site":{"type":"object","properties":{"daisyUIPrimaryColor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["daisyUIPrimaryColor"]}},"required":["id","label","href","order","nestedItems","isCTA","site"]}}},"required":["menuItems"]}}}}}},"post":{"operationId":"menu.create","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":6000},"href":{"type":"string","maxLength":200},"nestedItems":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":100},"href":{"type":"string","maxLength":200},"nestedItems":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":100},"href":{"type":"string","maxLength":200},"nestedItems":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":100},"href":{"type":"string","maxLength":200},"nestedItems":{"type":"array","items":{"anyOf":[{},{"not":{}}]},"maxItems":25}},"required":["label","href"]},"maxItems":25}},"required":["label","href"]},"maxItems":25}},"required":["label","href"]},"maxItems":25},{"type":"null"}]},"isCTA":{"default":false,"type":"boolean"}},"required":["label","href"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"menuItem":{"type":"object","properties":{"id":{"type":"number"},"label":{"type":"string"},"href":{"type":"string"},"order":{"type":"number"},"isCTA":{"type":"boolean"}},"required":["id","label","href","order","isCTA"]}},"required":["menuItem"]}}}}}}},"/sites/{supername}/menu/{id}":{"patch":{"operationId":"menu.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":6000},"href":{"type":"string","maxLength":200},"nestedItems":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":100},"href":{"type":"string","maxLength":200},"nestedItems":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":100},"href":{"type":"string","maxLength":200},"nestedItems":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":100},"href":{"type":"string","maxLength":200},"nestedItems":{"type":"array","items":{"anyOf":[{},{"not":{}}]},"maxItems":25}},"required":["label","href"]},"maxItems":25}},"required":["label","href"]},"maxItems":25}},"required":["label","href"]},"maxItems":25},{"type":"null"}]},"isCTA":{"type":"boolean"}},"required":["label","href"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"menuItem":{"type":"object","properties":{"id":{"type":"number"},"label":{"type":"string"},"href":{"type":"string"},"order":{"type":"number"},"isCTA":{"type":"boolean"}},"required":["id","label","href","order","isCTA"]}},"required":["menuItem"]}}}}}},"delete":{"operationId":"menu.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"menuItem":{"type":"object","properties":{"id":{"type":"number"},"label":{"type":"string"},"href":{"type":"string"}},"required":["id","label","href"]}},"required":["menuItem"]}}}}}}},"/sites/{supername}/menu/reorder":{"patch":{"operationId":"menu.reorder","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"menuItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"order":{"type":"number"}},"required":["id","order"]}}},"required":["menuItems"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}}}}},"/sites/{supername}/menu/language/{languageCode}":{"get":{"operationId":"menu.getByLanguage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"menuItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"label":{"type":"string"},"href":{"type":"string"},"order":{"type":"number"},"nestedItems":{},"isCTA":{"type":"boolean"},"translation":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"label":{"type":"string"},"href":{"type":"string"},"nestedItems":{}},"required":["id","label","href"]},{"type":"null"}]}},"required":["id","label","href","order","isCTA","translation"]}}},"required":["menuItems"]}}}}}},"put":{"operationId":"menu.saveTranslations","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"translations":{"type":"array","items":{"type":"object","properties":{"originalId":{"type":"number"},"label":{"type":"string","maxLength":6000},"href":{"type":"string","maxLength":200},"nestedItems":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","maxLength":100},"href":{"type":"string","maxLength":200},"nestedItems":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","maxLength":100},"href":{"type":"string","maxLength":200},"nestedItems":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","maxLength":100},"href":{"type":"string","maxLength":200},"nestedItems":{"type":"array","items":{"anyOf":[{},{"not":{}}]},"maxItems":25}},"required":["label","href"]},"maxItems":25}},"required":["label","href"]},"maxItems":25}},"required":["label","href"]},"maxItems":25},{"type":"null"}]}},"required":["originalId","label","href"]}}},"required":["translations"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"translationsCount":{"type":"number"}},"required":["success","translationsCount"]}}}}}}},"/sites/{supername}/footer-module":{"get":{"operationId":"footerModule.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"footerModule":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"content":{"type":"array","items":{"type":"object","properties":{"sectionName":{"type":"string"},"items":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"href":{"type":"string"},"openInNewTab":{"default":false,"type":"boolean"}},"required":["label","href"]}}},"required":["sectionName","items"]}}},"required":["id","content"]},{"type":"null"}]}},"required":["footerModule"]}}}}}},"post":{"operationId":"footerModule.save","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"footerModuleContent":{"type":"array","items":{"type":"object","properties":{"sectionName":{"type":"string","minLength":1,"maxLength":30},"items":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":6000},"href":{"type":"string","maxLength":200},"openInNewTab":{"default":false,"type":"boolean"}},"required":["label","href"]},"minItems":0,"maxItems":10}},"required":["sectionName","items"]},"minItems":0,"maxItems":10}},"required":["footerModuleContent"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"footerModule":{"type":"object","properties":{"id":{"type":"number"},"content":{"type":"array","items":{"type":"object","properties":{"sectionName":{"type":"string","minLength":1,"maxLength":30},"items":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1,"maxLength":6000},"href":{"type":"string","maxLength":200},"openInNewTab":{"default":false,"type":"boolean"}},"required":["label","href"]},"minItems":0,"maxItems":10}},"required":["sectionName","items"]}}},"required":["id","content"]}},"required":["footerModule"]}}}}}}},"/sites/{supername}/footer-module/language/{languageCode}":{"get":{"operationId":"footerModule.getByLanguage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"footerModule":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"content":{"type":"array","items":{"type":"object","properties":{"sectionName":{"type":"string"},"items":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"href":{"type":"string"},"openInNewTab":{"default":false,"type":"boolean"}},"required":["label","href"]}}},"required":["sectionName","items"]}}},"required":["id","content"]},{"type":"null"}]},"translation":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"content":{"type":"array","items":{"type":"object","properties":{"sectionName":{"type":"string"},"items":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"href":{"type":"string"},"openInNewTab":{"default":false,"type":"boolean"}},"required":["label","href"]}}},"required":["sectionName","items"]}}},"required":["id","content"]},{"type":"null"}]}},"required":["footerModule","translation"]}}}}}},"put":{"operationId":"footerModule.saveTranslations","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"content":{"type":"array","items":{"type":"object","properties":{"sectionName":{"type":"string","maxLength":6000},"items":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","maxLength":6000},"href":{"type":"string","maxLength":200},"openInNewTab":{"default":false,"type":"boolean"}},"required":["label","href"]}}},"required":["sectionName","items"]}}},"required":["content"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}}}}},"/sites/{supername}/leads":{"get":{"operationId":"leads.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"default":1,"type":"number"},"allowEmptyValue":true,"allowReserved":true},{"name":"limit","in":"query","required":false,"schema":{"default":10,"type":"number"},"allowEmptyValue":true,"allowReserved":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"leads":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"email":{"type":"string"},"capturedVia":{"type":"string"},"postCuid":{"anyOf":[{"type":"string"},{"type":"null"}]},"postTitle":{"type":"string"},"customFieldsData":{"anyOf":[{"type":"object","additionalProperties":{"type":"string"}},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","email","capturedVia","postCuid","postTitle","customFieldsData","createdAt"]}},"totalLeadsCount":{"type":"number"},"totalPages":{"type":"number"},"currentPage":{"type":"number"}},"required":["leads","totalLeadsCount","totalPages","currentPage"]}}}}}}},"/sites/{supername}/leads/{leadId}":{"delete":{"operationId":"leads.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"leadId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"lead":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}},"required":["lead"]}}}}}}},"/sites/{supername}/leads/download":{"post":{"operationId":"leads.download","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/leads-config":{"get":{"operationId":"leadsConfig.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"postCuid","in":"query","required":true,"schema":{"type":"string"},"allowEmptyValue":true,"allowReserved":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"leadsConfig":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"headline":{"anyOf":[{"type":"string"},{"type":"null"}]},"caption":{"anyOf":[{"type":"string"},{"type":"null"}]},"placeholder":{"anyOf":[{"type":"string"},{"type":"null"}]},"leadType":{"enum":["EMAIL","MOBILE"]},"ctaText":{"anyOf":[{"type":"string"},{"type":"null"}]},"ctaLink":{"anyOf":[{"type":"string"},{"type":"null"}]},"enable":{"type":"boolean"},"emailNotifications":{"type":"boolean"},"collectEmail":{"type":"boolean"},"featuredImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"webhookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"webhookBearerToken":{"anyOf":[{"type":"string"},{"type":"null"}]},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}},{"type":"null"}]},"disallowedLeadPatterns":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string"},"errorMessage":{"type":"string"}},"required":["regex","errorMessage"]}},{"type":"null"}]},"successMessage":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","headline","caption","placeholder","leadType","ctaText","ctaLink","enable","emailNotifications","collectEmail","featuredImageUrl","webhookUrl","webhookBearerToken","customFields","disallowedLeadPatterns","successMessage"]},{"type":"null"}]},"site":{"anyOf":[{"type":"object","properties":{"daisyUIPrimaryColor":{"anyOf":[{"type":"string"},{"type":"null"}]},"subscription":{"anyOf":[{"type":"object","properties":{"status":{"type":"string"}},"required":["status"]},{"type":"null"}]},"template":{"anyOf":[{"type":"string"},{"type":"null"}]},"siteLimits":{"anyOf":[{"type":"object","properties":{"enableWebhooksForLeads":{"type":"boolean"},"enablePostSpecificLeads":{"type":"boolean"},"enableCustomFieldsInForms":{"type":"boolean"}},"required":["enableWebhooksForLeads","enablePostSpecificLeads","enableCustomFieldsInForms"]},{"type":"null"}]}},"required":["daisyUIPrimaryColor","subscription","template","siteLimits"]},{"type":"null"}]}},"required":["leadsConfig","site"]}}}}}},"post":{"operationId":"leadsConfig.save","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postCuid":{"type":"string"},"headline":{"type":"string","minLength":10,"maxLength":100},"caption":{"type":"string","minLength":10,"maxLength":100},"placeholder":{"type":"string","minLength":5,"maxLength":100},"leadType":{"enum":["EMAIL","MOBILE"]},"ctaText":{"type":"string","minLength":2,"maxLength":25},"successMessage":{"type":"string","minLength":2,"maxLength":100},"ctaLink":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string","format":"uri","maxLength":250},{"type":"null"}]},{"const":""}]},{"type":"null"}]},"enable":{"type":"boolean"},"emailNotifications":{"type":"boolean"},"collectEmail":{"type":"boolean"},"featuredImageUrl":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string","format":"uri","maxLength":500},{"type":"null"}]},{"const":""}]},{"type":"null"}]},"webhookUrl":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string","format":"uri","maxLength":500},{"type":"null"}]},{"const":""}]},{"type":"null"}]},"webhookBearerToken":{"anyOf":[{"anyOf":[{"type":"string","minLength":5,"maxLength":200},{"const":""}]},{"type":"null"}]},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":50}},"required":["name"]},"maxItems":10},{"type":"null"}]},"disallowedLeadPatterns":{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string","maxLength":500,"minLength":3},"errorMessage":{"type":"string","maxLength":250,"minLength":5}},"required":["regex","errorMessage"]},"maxItems":10}},"required":["postCuid","headline","caption","placeholder","leadType","ctaText","successMessage","enable","emailNotifications","collectEmail"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"leadsConfig":{"type":"object","properties":{"id":{"type":"number"},"featuredImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","featuredImageUrl"]}},"required":["leadsConfig"]}}}}}}},"/sites/{supername}/leads-config/language/{languageCode}":{"get":{"operationId":"leadsConfig.getByLanguage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"leadsConfig":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"headline":{"type":"string"},"caption":{"type":"string"},"placeholder":{"type":"string"},"ctaText":{"type":"string"},"successMessage":{"type":"string"},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}},{"type":"null"}]},"disallowedLeadPatterns":{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string"},"errorMessage":{"type":"string"}},"required":["regex","errorMessage"]}},"translation":{"anyOf":[{"type":"object","properties":{"headline":{"anyOf":[{"type":"string"},{"type":"null"}]},"caption":{"anyOf":[{"type":"string"},{"type":"null"}]},"placeholder":{"anyOf":[{"type":"string"},{"type":"null"}]},"ctaText":{"anyOf":[{"type":"string"},{"type":"null"}]},"successMessage":{"anyOf":[{"type":"string"},{"type":"null"}]},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}},{"type":"null"}]},"disallowedLeadPatterns":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string"},"errorMessage":{"type":"string"}},"required":["regex","errorMessage"]}},{"type":"null"}]}},"required":["headline","caption","placeholder","ctaText","successMessage","customFields","disallowedLeadPatterns"]},{"type":"null"}]}},"required":["id","headline","caption","placeholder","ctaText","successMessage","customFields","disallowedLeadPatterns","translation"]},{"type":"null"}]}},"required":["leadsConfig"]}}}}}},"put":{"operationId":"leadsConfig.saveTranslations","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"originalId":{"type":"number"},"headline":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"caption":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"placeholder":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"ctaText":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"successMessage":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}},{"type":"null"}]},"disallowedLeadPatterns":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string"},"errorMessage":{"type":"string"}},"required":["regex","errorMessage"]}},{"type":"null"}]}},"required":["originalId","headline","caption","placeholder","ctaText","successMessage"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}}}}},"/sites/{supername}/leads-popup-config":{"get":{"operationId":"leadsPopupConfig.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"postCuid","in":"query","required":true,"schema":{"type":"string"},"allowEmptyValue":true,"allowReserved":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"leadsPopupConfig":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"headline":{"anyOf":[{"type":"string"},{"type":"null"}]},"caption":{"anyOf":[{"type":"string"},{"type":"null"}]},"placeholder":{"anyOf":[{"type":"string"},{"type":"null"}]},"leadType":{"enum":["EMAIL","MOBILE"]},"ctaText":{"anyOf":[{"type":"string"},{"type":"null"}]},"ctaLink":{"anyOf":[{"type":"string"},{"type":"null"}]},"enable":{"type":"boolean"},"emailNotifications":{"type":"boolean"},"collectEmail":{"type":"boolean"},"showCloseButton":{"type":"boolean"},"featuredImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"webhookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"webhookBearerToken":{"anyOf":[{"type":"string"},{"type":"null"}]},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}},{"type":"null"}]},"disallowedLeadPatterns":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string"},"errorMessage":{"type":"string"}},"required":["regex","errorMessage"]}},{"type":"null"}]}},"required":["id","headline","caption","placeholder","leadType","ctaText","ctaLink","enable","emailNotifications","collectEmail","showCloseButton","featuredImageUrl","webhookUrl","webhookBearerToken","customFields","disallowedLeadPatterns"]},{"type":"null"}]},"site":{"anyOf":[{"type":"object","properties":{"daisyUIPrimaryColor":{"anyOf":[{"type":"string"},{"type":"null"}]},"subscription":{"anyOf":[{"type":"object","properties":{"status":{"type":"string"}},"required":["status"]},{"type":"null"}]},"siteLimits":{"anyOf":[{"type":"object","properties":{"enableWebhooksForLeads":{"type":"boolean"},"enablePostSpecificLeads":{"type":"boolean"},"enableCustomFieldsInForms":{"type":"boolean"}},"required":["enableWebhooksForLeads","enablePostSpecificLeads","enableCustomFieldsInForms"]},{"type":"null"}]}},"required":["daisyUIPrimaryColor","subscription","siteLimits"]},{"type":"null"}]}},"required":["leadsPopupConfig","site"]}}}}}},"post":{"operationId":"leadsPopupConfig.save","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postCuid":{"type":"string"},"headline":{"type":"string","minLength":10,"maxLength":100},"caption":{"type":"string","minLength":10,"maxLength":100},"placeholder":{"type":"string","minLength":5,"maxLength":100},"leadType":{"enum":["EMAIL","MOBILE"]},"ctaText":{"type":"string","minLength":2,"maxLength":25},"ctaLink":{"anyOf":[{"anyOf":[{"type":"string","format":"uri","maxLength":250},{"const":""}]},{"type":"null"}]},"enable":{"type":"boolean"},"emailNotifications":{"type":"boolean"},"collectEmail":{"type":"boolean"},"showCloseButton":{"type":"boolean"},"featuredImageUrl":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string","format":"uri","maxLength":500},{"type":"null"}]},{"const":""}]},{"type":"null"}]},"webhookUrl":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string","format":"uri","maxLength":500},{"type":"null"}]},{"const":""}]},{"type":"null"}]},"webhookBearerToken":{"anyOf":[{"anyOf":[{"type":"string","minLength":5,"maxLength":200},{"const":""}]},{"type":"null"}]},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":50}},"required":["name"]},"maxItems":10},{"type":"null"}]},"disallowedLeadPatterns":{"default":[],"type":"array","items":{"type":"object","properties":{"regex":{"type":"string","maxLength":500,"minLength":3},"errorMessage":{"type":"string","maxLength":250,"minLength":5}},"required":["regex","errorMessage"]},"maxItems":10}},"required":["postCuid","headline","caption","placeholder","leadType","ctaText","enable","emailNotifications","collectEmail","showCloseButton"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"leadsPopupConfig":{"type":"object","properties":{"id":{"type":"number"},"featuredImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","featuredImageUrl"]}},"required":["leadsPopupConfig"]}}}}}}},"/sites/{supername}/leads-popup-config/language/{languageCode}":{"get":{"operationId":"leadsPopupConfig.getByLanguage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"popupConfig":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"headline":{"type":"string"},"caption":{"anyOf":[{"type":"string"},{"type":"null"}]},"placeholder":{"type":"string"},"ctaText":{"type":"string"},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}},{"type":"null"}]},"disallowedLeadPatterns":{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string"},"errorMessage":{"type":"string"}},"required":["regex","errorMessage"]}},"translation":{"anyOf":[{"type":"object","properties":{"headline":{"anyOf":[{"type":"string"},{"type":"null"}]},"caption":{"anyOf":[{"type":"string"},{"type":"null"}]},"placeholder":{"anyOf":[{"type":"string"},{"type":"null"}]},"ctaText":{"anyOf":[{"type":"string"},{"type":"null"}]},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}},{"type":"null"}]},"disallowedLeadPatterns":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string"},"errorMessage":{"type":"string"}},"required":["regex","errorMessage"]}},{"type":"null"}]}},"required":["headline","caption","placeholder","ctaText","customFields","disallowedLeadPatterns"]},{"type":"null"}]}},"required":["id","headline","caption","placeholder","ctaText","customFields","disallowedLeadPatterns","translation"]},{"type":"null"}]}},"required":["popupConfig"]}}}}}},"put":{"operationId":"leadsPopupConfig.saveTranslations","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"originalId":{"type":"number"},"headline":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"caption":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"placeholder":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"ctaText":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}},{"type":"null"}]},"disallowedLeadPatterns":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string"},"errorMessage":{"type":"string"}},"required":["regex","errorMessage"]}},{"type":"null"}]}},"required":["originalId","headline","caption","placeholder","ctaText"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}}}}},"/sites/{supername}/leads-sidebar-config":{"get":{"operationId":"leadsSidebarConfig.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"postCuid","in":"query","required":true,"schema":{"type":"string"},"allowEmptyValue":true,"allowReserved":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"sidebarLeadsConfig":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"headline":{"anyOf":[{"type":"string"},{"type":"null"}]},"caption":{"anyOf":[{"type":"string"},{"type":"null"}]},"placeholder":{"anyOf":[{"type":"string"},{"type":"null"}]},"leadType":{"enum":["EMAIL","MOBILE"]},"ctaText":{"anyOf":[{"type":"string"},{"type":"null"}]},"ctaLink":{"anyOf":[{"type":"string"},{"type":"null"}]},"enable":{"type":"boolean"},"emailNotifications":{"type":"boolean"},"isFixed":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"collectEmail":{"type":"boolean"},"successMessage":{"anyOf":[{"type":"string"},{"type":"null"}]},"featuredImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"webhookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"webhookBearerToken":{"anyOf":[{"type":"string"},{"type":"null"}]},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}},{"type":"null"}]},"disallowedLeadPatterns":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string"},"errorMessage":{"type":"string"}},"required":["regex","errorMessage"]}},{"type":"null"}]}},"required":["id","headline","caption","placeholder","leadType","ctaText","ctaLink","enable","emailNotifications","isFixed","collectEmail","successMessage","featuredImageUrl","webhookUrl","webhookBearerToken","customFields","disallowedLeadPatterns"]},{"type":"null"}]},"site":{"anyOf":[{"type":"object","properties":{"daisyUIPrimaryColor":{"anyOf":[{"type":"string"},{"type":"null"}]},"subscription":{"anyOf":[{"type":"object","properties":{"status":{"type":"string"}},"required":["status"]},{"type":"null"}]},"siteLimits":{"anyOf":[{"type":"object","properties":{"enableWebhooksForLeads":{"type":"boolean"},"enablePostSpecificLeads":{"type":"boolean"},"enableCustomFieldsInForms":{"type":"boolean"}},"required":["enableWebhooksForLeads","enablePostSpecificLeads","enableCustomFieldsInForms"]},{"type":"null"}]}},"required":["daisyUIPrimaryColor","subscription","siteLimits"]},{"type":"null"}]}},"required":["sidebarLeadsConfig","site"]}}}}}},"post":{"operationId":"leadsSidebarConfig.save","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"postCuid":{"type":"string"},"headline":{"type":"string","minLength":10,"maxLength":100},"caption":{"type":"string","minLength":10,"maxLength":100},"placeholder":{"type":"string","minLength":5,"maxLength":100},"leadType":{"enum":["EMAIL","MOBILE"]},"ctaText":{"type":"string","minLength":2,"maxLength":25},"ctaLink":{"anyOf":[{"anyOf":[{"type":"string","format":"uri","maxLength":250},{"const":""}]},{"type":"null"}]},"enable":{"type":"boolean"},"emailNotifications":{"type":"boolean"},"isFixed":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"collectEmail":{"type":"boolean"},"successMessage":{"type":"string","minLength":2,"maxLength":100},"featuredImageUrl":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string","format":"uri","maxLength":500},{"type":"null"}]},{"const":""}]},{"type":"null"}]},"webhookUrl":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string","format":"uri","maxLength":500},{"type":"null"}]},{"const":""}]},{"type":"null"}]},"webhookBearerToken":{"anyOf":[{"anyOf":[{"type":"string","minLength":5,"maxLength":200},{"const":""}]},{"type":"null"}]},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","minLength":2,"maxLength":50}},"required":["name"]},"maxItems":10},{"type":"null"}]},"disallowedLeadPatterns":{"default":[],"type":"array","items":{"type":"object","properties":{"regex":{"type":"string","maxLength":500,"minLength":3},"errorMessage":{"type":"string","maxLength":250,"minLength":5}},"required":["regex","errorMessage"]},"maxItems":10}},"required":["postCuid","headline","caption","placeholder","leadType","ctaText","enable","emailNotifications","collectEmail","successMessage"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"sidebarLeadsConfig":{"type":"object","properties":{"id":{"type":"number"},"featuredImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","featuredImageUrl"]}},"required":["sidebarLeadsConfig"]}}}}}}},"/sites/{supername}/leads-sidebar-config/language/{languageCode}":{"get":{"operationId":"leadsSidebarConfig.getByLanguage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"sidebarConfig":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"headline":{"type":"string"},"caption":{"anyOf":[{"type":"string"},{"type":"null"}]},"placeholder":{"anyOf":[{"type":"string"},{"type":"null"}]},"ctaText":{"type":"string"},"successMessage":{"type":"string"},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}},{"type":"null"}]},"disallowedLeadPatterns":{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string"},"errorMessage":{"type":"string"}},"required":["regex","errorMessage"]}},"translation":{"anyOf":[{"type":"object","properties":{"headline":{"anyOf":[{"type":"string"},{"type":"null"}]},"caption":{"anyOf":[{"type":"string"},{"type":"null"}]},"placeholder":{"anyOf":[{"type":"string"},{"type":"null"}]},"ctaText":{"anyOf":[{"type":"string"},{"type":"null"}]},"successMessage":{"anyOf":[{"type":"string"},{"type":"null"}]},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}},{"type":"null"}]},"disallowedLeadPatterns":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string"},"errorMessage":{"type":"string"}},"required":["regex","errorMessage"]}},{"type":"null"}]}},"required":["headline","caption","placeholder","ctaText","successMessage","customFields","disallowedLeadPatterns"]},{"type":"null"}]}},"required":["id","headline","caption","placeholder","ctaText","successMessage","customFields","disallowedLeadPatterns","translation"]},{"type":"null"}]}},"required":["sidebarConfig"]}}}}}},"put":{"operationId":"leadsSidebarConfig.saveTranslations","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"originalId":{"type":"number"},"headline":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"caption":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"placeholder":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"ctaText":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"successMessage":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"customFields":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}},{"type":"null"}]},"disallowedLeadPatterns":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"regex":{"type":"string"},"errorMessage":{"type":"string"}},"required":["regex","errorMessage"]}},{"type":"null"}]}},"required":["originalId","headline","caption","placeholder","ctaText","successMessage"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}}}}},"/sites/{supername}/ai-helper":{"get":{"operationId":"aiHelper.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"runs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"output":{"type":"object","properties":{"title":{"type":"string"},"outline":{"type":"string"},"imageUrl":{"type":"string"}},"required":["title","outline"]},"input":{"type":"string"}},"required":["id","createdAt","output","input"]}}},"required":["runs"]}}}}}},"post":{"operationId":"aiHelper.generate","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"keyword":{"type":"string","minLength":6,"maxLength":50}},"required":["keyword"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"title":{"type":"string"},"outline":{"type":"string"},"imageUrl":{"type":"string"},"runId":{"type":"string"}},"required":["title","outline","runId"]}}}}}}},"/sites/{supername}/members":{"get":{"operationId":"team.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"members":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"userId":{"type":"number"},"siteId":{"type":"number"},"role":{"enum":["OWNER","ADMIN","EDITOR","WRITER","BILLING"]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"},"addedBy":{"type":"number"},"authorImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorBio":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorDisplayName":{"type":"string"},"authorBioEnabled":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"authorLinkedinUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorTwitterUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorFacebookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorInstagramUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorWebsiteUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"isAutoAddedByAgency":{"type":"boolean"},"authorMetaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorMetaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"user":{"type":"object","properties":{"id":{"type":"number"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"email":{"type":"string"},"image":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","name","email","image"]},"addedByUser":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"email":{"type":"string"}},"required":["id","name","email"]},{"type":"null"}]}},"required":["id","userId","siteId","role","createdAt","updatedAt","addedBy","authorImageUrl","authorBio","authorDisplayName","authorBioEnabled","authorLinkedinUrl","authorTwitterUrl","authorFacebookUrl","authorInstagramUrl","authorWebsiteUrl","isAutoAddedByAgency","authorMetaTitle","authorMetaDescription","user","addedByUser"]}},"pendingInvitations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"cuid":{"type":"string"},"email":{"type":"string"},"role":{"enum":["ADMIN","EDITOR","WRITER"]},"status":{"type":"string"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","cuid","email","role","status","createdAt"]}},"maxTeamMembers":{"type":"number"}},"required":["members","pendingInvitations","maxTeamMembers"]}}}}}}},"/sites/{supername}/members/{userId}":{"get":{"operationId":"team.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"userId","in":"path","required":true,"schema":{"type":"number"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"member":{"type":"object","properties":{"user":{"type":"object","properties":{"id":{"type":"number"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"email":{"type":"string"},"image":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","name","email","image"]},"role":{"enum":["OWNER","ADMIN","EDITOR","WRITER","BILLING"]}},"required":["user","role"]}},"required":["member"]}}}}}},"patch":{"operationId":"team.updateRole","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"userId","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"role":{"enum":["ADMIN","EDITOR","WRITER"]}},"required":["role"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"siteMember":{"type":"object","properties":{"id":{"type":"number"},"userId":{"type":"number"},"role":{"enum":["OWNER","ADMIN","EDITOR","WRITER","BILLING"]}},"required":["id","userId","role"]}},"required":["siteMember"]}}}}}},"delete":{"operationId":"team.remove","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"userId","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}}}}},"/sites/{supername}/members/invitation":{"post":{"operationId":"team.invite","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","format":"email","maxLength":100},"role":{"enum":["ADMIN","EDITOR","WRITER"]}},"required":["email","role"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"invitation":{"type":"object","properties":{"id":{"type":"number"},"cuid":{"type":"string"},"email":{"type":"string"},"role":{"enum":["ADMIN","EDITOR","WRITER"]},"status":{"type":"string"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","cuid","email","role","status","createdAt"]}},"required":["invitation"]}}}}}}},"/sites/{supername}/members/invitation/{invitationId}":{"delete":{"operationId":"team.cancelInvitation","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"invitationId","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"invitation":{"type":"object","properties":{"id":{"type":"number"},"email":{"type":"string"}},"required":["id","email"]}},"required":["invitation"]}}}}}}},"/sites/{supername}/team/{userId}/author-profile":{"post":{"operationId":"team.updateAuthorProfile","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"userId","in":"path","required":true,"schema":{"type":"number"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"member":{"type":"object","properties":{"authorBio":{"type":"string","minLength":1,"maxLength":10000},"authorDisplayName":{"type":"string","minLength":1,"maxLength":255},"authorImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorBioEnabled":{"type":"boolean"},"authorLinkedinUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorTwitterUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorFacebookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorInstagramUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorWebsiteUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorMetaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorMetaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["authorBio","authorDisplayName","authorImageUrl","authorBioEnabled","authorLinkedinUrl","authorTwitterUrl","authorFacebookUrl","authorInstagramUrl","authorWebsiteUrl","authorMetaTitle","authorMetaDescription"]}},"required":["member"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"siteMember":{"type":"object","properties":{"userId":{"type":"number"},"authorDisplayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorBio":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorImageUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorBioEnabled":{"type":"boolean"},"authorLinkedinUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorTwitterUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorFacebookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorInstagramUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorWebsiteUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorMetaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorMetaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["userId","authorDisplayName","authorBio","authorImageUrl","authorBioEnabled","authorLinkedinUrl","authorTwitterUrl","authorFacebookUrl","authorInstagramUrl","authorWebsiteUrl","authorMetaTitle","authorMetaDescription"]}},"required":["siteMember"]}}}}}}},"/sites/{supername}/team/authors/language/{languageCode}":{"get":{"operationId":"team.getAuthorsWithTranslations","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"authors":{"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"userId":{"type":"number"},"authorDisplayName":{"type":"string"},"authorBio":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorMetaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorMetaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorTwitterUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorFacebookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorInstagramUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorLinkedinUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorWebsiteUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"translation":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"authorDisplayName":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorBio":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorMetaTitle":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorMetaDescription":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorTwitterUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorFacebookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorInstagramUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorLinkedinUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorWebsiteUrl":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","authorDisplayName","authorBio","authorMetaTitle","authorMetaDescription","authorTwitterUrl","authorFacebookUrl","authorInstagramUrl","authorLinkedinUrl","authorWebsiteUrl"]},{"type":"null"}]}},"required":["id","userId","authorDisplayName","authorBio","authorMetaTitle","authorMetaDescription","authorTwitterUrl","authorFacebookUrl","authorInstagramUrl","authorLinkedinUrl","authorWebsiteUrl","translation"]}}},"required":["authors"]}}}}}},"put":{"operationId":"team.saveAuthorTranslations","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"translations":{"type":"array","items":{"type":"object","properties":{"siteMemberId":{"type":"number"},"authorDisplayName":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"authorBio":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorMetaTitle":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"authorMetaDescription":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"authorTwitterUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorFacebookUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorInstagramUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorLinkedinUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"authorWebsiteUrl":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["siteMemberId","authorDisplayName","authorBio","authorMetaTitle","authorMetaDescription","authorTwitterUrl","authorFacebookUrl","authorInstagramUrl","authorLinkedinUrl","authorWebsiteUrl"]}}},"required":["translations"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"translationsCount":{"type":"number"}},"required":["success","translationsCount"]}}}}}}},"/sites/{supername}/custom-domain":{"get":{"operationId":"customDomain.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"hostingData":{"type":"object","properties":{"customDomain":{"anyOf":[{"type":"string"},{"type":"null"}]},"subdirectoryProxyType":{"anyOf":[{"type":"string"},{"type":"null"}]},"robotsConfig":{"type":"object","properties":{"error":{"type":"object","properties":{"mainRobotsTxt":{"anyOf":[{"type":"string"},{"type":"null"}]},"sitemapInclusion":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["mainRobotsTxt","sitemapInclusion"]},"ok":{"type":"boolean"}},"required":["error","ok"]},"siteLimits":{"anyOf":[{"type":"object","properties":{"enableCustomDomainConnection":{"type":"boolean"},"enableSubdirectoryConnection":{"type":"boolean"}},"required":["enableCustomDomainConnection","enableSubdirectoryConnection"]},{"type":"null"}]}},"required":["customDomain","subdirectoryProxyType","robotsConfig","siteLimits"]}},"required":["hostingData"]}}}}}}},"/sites/{supername}/custom-domain/subdirectory-proxy-type":{"get":{"operationId":"customDomain.getSubdirectoryProxyType","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"subdirectoryProxyType":{"anyOf":[{"type":"string"},{"type":"null"}]},"customDomain":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["subdirectoryProxyType","customDomain"]}}}}}},"post":{"operationId":"customDomain.updateSubdirectoryProxyType","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"subdirectoryProxyType":{"type":"string","maxLength":30}},"required":["subdirectoryProxyType"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"subdirectoryProxyType":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["subdirectoryProxyType"]}}}}}}},"/sites/{supername}/custom-domain/cf/status":{"get":{"operationId":"customDomain.getStatus","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"data":{"anyOf":[{"type":"object","properties":{"sslStatus":{"type":"string"},"hostnameVerificationStatus":{"type":"string"},"dnsRecords":{"type":"array","items":{"type":"object","properties":{"c":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["c","name","type","value"]}},"hostname":{"type":"string"},"isSubdomain":{"type":"boolean"},"lastValidationCheck":{"anyOf":[{"type":"string","format":"date-time","x-native-type":"date"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["sslStatus","hostnameVerificationStatus","dnsRecords","hostname","isSubdomain","lastValidationCheck","createdAt","updatedAt"]},{"type":"null"}]}},"required":["success","data"]}}}}}}},"/sites/{supername}/custom-domain/cf/connect":{"post":{"operationId":"customDomain.connect","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"domainName":{"type":"string","maxLength":200,"pattern":"^[a-z0-9\\-./]+$"}},"required":["domainName"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"hostname":{"type":"string"},"isSubdirectory":{"type":"boolean"}},"required":["hostname","isSubdirectory"]}},"required":["success","data"]}}}}}}},"/sites/{supername}/custom-domain/cf/disconnect":{"post":{"operationId":"customDomain.disconnect","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}},"required":["success","message"]}}}}}}},"/sites/{supername}/custom-domain/cf/refresh":{"post":{"operationId":"customDomain.refresh","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"data":{"type":"object","properties":{"sslStatus":{"anyOf":[{"type":"string"},{"type":"boolean"}]},"hostnameVerificationStatus":{"anyOf":[{"type":"string"},{"type":"boolean"}]},"dnsRecords":{"type":"array","items":{"type":"object","properties":{"c":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["c","name","type","value"]}},"lastValidationCheck":{"type":"string","format":"date-time","x-native-type":"date"},"errors":{"type":"array","items":{"anyOf":[{},{"type":"null"}]}}},"required":["sslStatus","hostnameVerificationStatus","lastValidationCheck","errors"]}},"required":["success","data"]}}}}}}},"/sites/{supername}/plan":{"get":{"operationId":"plan.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/settings":{"get":{"operationId":"settings.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}},"patch":{"operationId":"settings.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"anyOf":[{"type":"string","minLength":2,"maxLength":30},{"type":"null"}]},"description":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"logoUrl":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"footerLogoUrl":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"ogImageUrl":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"colorScheme":{"anyOf":[{"type":"string","maxLength":7},{"type":"null"}]},"showDescription":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"enableComments":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"hideSharingIcons":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"googleAnalyticsId":{"anyOf":[{"type":"string","maxLength":15},{"type":"null"}]},"googleAdsensePubId":{"anyOf":[{"type":"string","maxLength":25},{"type":"null"}]},"googleAdsenseAdsTxt":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"customRobotsTxt":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"showSuperblogBranding":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"blockChatGPTCrawl":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"faviconUrl":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"shortDescription":{"anyOf":[{"type":"string","maxLength":65},{"type":"null"}]},"miscScripts":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"headScripts":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"customCss":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"homeLayout":{"anyOf":[{"enum":["GRID","LIST"]},{"type":"null"}]},"colorMode":{"anyOf":[{"enum":["LIGHT","DARK"]},{"type":"null"}]},"hideAuthors":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"hidePostDates":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"hideTrailingSlash":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"hideDefaultMenuInFooter":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"useBlogAsRootUrl":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"disqusId":{"anyOf":[{"type":"string","maxLength":25},{"type":"null"}]},"privacyPolicyUrl":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"showSearchOnHome":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"showSearchInNavbar":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"headerTitle":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"headerCaption":{"anyOf":[{"type":"string","maxLength":400},{"type":"null"}]},"headerCtaText":{"anyOf":[{"type":"string","maxLength":35},{"type":"null"}]},"headerCtaLink":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"fixedNavMenu":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"staticHomePageId":{"anyOf":[{"type":"number"},{"type":"null"}]},"blogUiFont":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}]},"blogPostFont":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}]},"blogPostHeadingsFont":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}]},"fontSize":{"anyOf":[{"enum":["SMALL","MEDIUM","LARGE"]},{"type":"null"}]},"metaTitle":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"sendEmailOnDeploy":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"showPostProgressBarOnScroll":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"hideCookiePopup":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"topLogoTargetUrl":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"doNotIndexPaginationPages":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"doNotIndexCategoryPages":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"doNotIndexTagPages":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"doNotIndexAuthorPages":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"postsPerNavPage":{"anyOf":[{"type":"number"},{"type":"null"}]},"template":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"generateLLMsTxt":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"showSubheadingsInToC":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"showToC":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"daisyUIThemeName":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"daisyUIPrimaryColor":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"daisyUIPrimaryContentColor":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"daisyUINeutralColor":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"daisyUINeutralContentColor":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"daisyUIBgColor":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"daisyUIBgContentColor":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"navMenuAlignment":{"anyOf":[{"enum":["LEFT","CENTER","RIGHT"]},{"type":"null"}]},"customNavHeaderHtml":{"anyOf":[{"type":"string"},{"type":"null"}]},"customFooterHtml":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":[],"additionalProperties":false}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"name":{"anyOf":[{"type":"string","minLength":2,"maxLength":30},{"type":"null"}]},"description":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"logoUrl":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"footerLogoUrl":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"ogImageUrl":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"colorScheme":{"anyOf":[{"type":"string","maxLength":7},{"type":"null"}]},"showDescription":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"enableComments":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"hideSharingIcons":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"googleAnalyticsId":{"anyOf":[{"type":"string","maxLength":15},{"type":"null"}]},"googleAdsensePubId":{"anyOf":[{"type":"string","maxLength":25},{"type":"null"}]},"googleAdsenseAdsTxt":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"customRobotsTxt":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"showSuperblogBranding":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"blockChatGPTCrawl":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"faviconUrl":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"shortDescription":{"anyOf":[{"type":"string","maxLength":65},{"type":"null"}]},"miscScripts":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"headScripts":{"anyOf":[{"type":"string","maxLength":10000},{"type":"null"}]},"customCss":{"anyOf":[{"type":"string","maxLength":5000},{"type":"null"}]},"homeLayout":{"anyOf":[{"enum":["GRID","LIST"]},{"type":"null"}]},"colorMode":{"anyOf":[{"enum":["LIGHT","DARK"]},{"type":"null"}]},"hideAuthors":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"hidePostDates":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"hideTrailingSlash":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"hideDefaultMenuInFooter":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"useBlogAsRootUrl":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"disqusId":{"anyOf":[{"type":"string","maxLength":25},{"type":"null"}]},"privacyPolicyUrl":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"showSearchOnHome":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"showSearchInNavbar":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"headerTitle":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"headerCaption":{"anyOf":[{"type":"string","maxLength":400},{"type":"null"}]},"headerCtaText":{"anyOf":[{"type":"string","maxLength":35},{"type":"null"}]},"headerCtaLink":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"fixedNavMenu":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"staticHomePageId":{"anyOf":[{"type":"number"},{"type":"null"}]},"blogUiFont":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}]},"blogPostFont":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}]},"blogPostHeadingsFont":{"anyOf":[{"type":"string","maxLength":30},{"type":"null"}]},"fontSize":{"anyOf":[{"enum":["SMALL","MEDIUM","LARGE"]},{"type":"null"}]},"metaTitle":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}]},"metaDescription":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"sendEmailOnDeploy":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"showPostProgressBarOnScroll":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"hideCookiePopup":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"topLogoTargetUrl":{"anyOf":[{"type":"string","maxLength":200,"format":"uri"},{"type":"null"}]},"doNotIndexPaginationPages":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"doNotIndexCategoryPages":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"doNotIndexTagPages":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"doNotIndexAuthorPages":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"postsPerNavPage":{},"template":{},"generateLLMsTxt":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"showSubheadingsInToC":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"showToC":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"daisyUIThemeName":{},"daisyUIPrimaryColor":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"daisyUIPrimaryContentColor":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"daisyUINeutralColor":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"daisyUINeutralContentColor":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"daisyUIBgColor":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"daisyUIBgContentColor":{"anyOf":[{"type":"string","maxLength":50},{"type":"null"}]},"navMenuAlignment":{"anyOf":[{"enum":["LEFT","CENTER","RIGHT"]},{"type":"null"}]},"customNavHeaderHtml":{"anyOf":[{"type":"string"},{"type":"null"}]},"customFooterHtml":{"anyOf":[{"type":"string"},{"type":"null"}]}}}}}}}}},"/sites/{supername}/billing/stripe/invoices":{"get":{"operationId":"billing.invoices","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"status","in":"query","required":true,"schema":{"enum":["draft","open","paid","uncollectible","void"]},"style":"deepObject","explode":true,"allowEmptyValue":true,"allowReserved":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"invoices":{"type":"array","items":{"type":"object","properties":{"number":{"anyOf":[{"type":"string"},{"type":"null"}]},"supername":{"type":"string"},"status":{"anyOf":[{"enum":["draft","open","paid","uncollectible","void"]},{"type":"null"}]},"hostedInvoiceUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"number"}},"required":["number","supername","status","createdAt"]}}},"required":["invoices"]}}}}}}},"/sites/{supername}/billing/stripe/plan/preview-changes":{"get":{"operationId":"billing.previewPlanChanges","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"newPlanPriceId","in":"query","required":true,"schema":{"type":"string"},"allowEmptyValue":true,"allowReserved":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"previewData":{"type":"object","properties":{"isUpgrade":{"type":"boolean"},"currency":{"type":"string"},"dueNow":{"type":"object","properties":{"subtotal":{"type":"number"},"taxAmount":{"type":"number"},"total":{"type":"number"}},"required":["subtotal","taxAmount","total"]},"prorationDetails":{"anyOf":[{},{"type":"null"}]},"nextCycle":{"anyOf":[{},{"type":"null"}]},"billingCycle":{"type":"object","properties":{"start":{"anyOf":[{"type":"number"},{"type":"null"}]},"end":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["start","end"]}},"required":["isUpgrade","currency","dueNow","billingCycle"]}},"required":["previewData"]}}}}}}},"/sites/{supername}/billing/stripe/plan/confirm-changes":{"post":{"operationId":"billing.confirmPlanChanges","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"newPlanPriceId":{"type":"string"}},"required":["newPlanPriceId"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"confirmData":{"type":"object","properties":{"subscriptionId":{"type":"string"},"invoiceId":{"anyOf":[{"type":"string"},{"type":"null"}]},"amount_due":{"anyOf":[{"type":"number"},{"type":"null"}]},"currency":{"anyOf":[{"type":"string"},{"type":"null"}]},"hostedInvoiceUrl":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["subscriptionId"]}},"required":["confirmData"]}}}}}}},"/sites/{supername}/billing/stripe/checkout-session":{"post":{"operationId":"billing.createCheckoutSession","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"priceId":{"type":"string"}},"required":["priceId"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"stripe":{"type":"object","properties":{"sessionId":{"type":"string"}},"required":["sessionId"]}},"required":["stripe"]}}}}}}},"/sites/{supername}/billing/stripe/direct-subscription":{"post":{"operationId":"billing.createDirectSubscription","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"priceId":{"type":"string"}},"required":["priceId"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"stripe":{"type":"object","properties":{"subscriptionId":{"type":"string"},"invoiceId":{"type":"string"},"hostedInvoiceUrl":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["subscriptionId","invoiceId","hostedInvoiceUrl"]}},"required":["stripe"]}}}}}}},"/sites/{supername}/redirects":{"get":{"operationId":"redirects.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}},"post":{"operationId":"redirects.create","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string","minLength":1,"maxLength":200},"to":{"type":"string","minLength":1,"maxLength":200,"format":"uri"},"isEnabled":{"type":"boolean"}},"required":["from","to","isEnabled"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/redirects/{id}":{"patch":{"operationId":"redirects.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[0-9A-HJKMNP-TV-Z]{26}$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*(?:\\/[a-z0-9]+(?:-[a-z0-9]+)*)*(?:\\/)?$"},"to":{"type":"string","minLength":1,"maxLength":200,"format":"uri"},"isEnabled":{"type":"boolean"}},"required":["from","to","isEnabled"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}},"delete":{"operationId":"redirects.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[0-9A-HJKMNP-TV-Z]{26}$"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/i18n":{"get":{"operationId":"i18n.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}},"put":{"operationId":"i18n.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"locale":{"enum":["ar","bn","bg","zh","cs","da","nl","en","fi","fr","de","el","gu","he","hi","hu","id","it","ja","kn","ko","ms","ml","mr","no","fa","pl","pt","pa","ro","ru","sk","es","sv","ta","te","th","tr","uk","ur","vi"]},"localeData":{"type":"object","properties":{"viewOlderPosts":{"type":"string","maxLength":200},"newerPosts":{"type":"string","maxLength":200},"olderPosts":{"type":"string","maxLength":200},"minRead":{"type":"string","maxLength":200},"visit":{"type":"string","maxLength":200},"leaveAComment":{"type":"string","maxLength":200},"youMayAlsoWantToRead":{"type":"string","maxLength":200},"author":{"type":"string","maxLength":200},"searchPlaceholder":{"type":"string","maxLength":200},"searchPlaceholderNav":{"type":"string","maxLength":200},"pickATopic":{"type":"string","maxLength":200},"backToArticle":{"type":"string","maxLength":200},"comments":{"type":"string","maxLength":200},"yourName":{"type":"string","maxLength":200},"yourEmail":{"type":"string","maxLength":200},"writeSomethingMeaningful":{"type":"string","maxLength":200},"submit":{"type":"string","maxLength":200},"cookieNotice":{"type":"string","maxLength":200},"cookieAcceptBtnText":{"type":"string","maxLength":200},"cookieDeclineBtnText":{"type":"string","maxLength":200},"cookieLearnMoreText":{"type":"string","maxLength":200},"pageNotFound":{"type":"string","maxLength":200},"visitHomePage":{"type":"string","maxLength":200},"searching":{"type":"string","maxLength":200},"resultsFound":{"type":"string","maxLength":200},"allPosts":{"type":"string","maxLength":200},"coAuthor":{"type":"string","maxLength":200},"page":{"type":"string","maxLength":200},"contents":{"type":"string","maxLength":200},"pinnedPost":{"type":"string","maxLength":200},"allRightsReserved":{"type":"string","maxLength":200},"addNewComment":{"type":"string","maxLength":200},"noCommentsYet":{"type":"string","maxLength":200},"yourCommentHasBeenSubmitted":{"type":"string","maxLength":200},"previousPost":{"type":"string","maxLength":200},"nextPost":{"type":"string","maxLength":200},"searchTopics":{"type":"string","maxLength":200},"frequentlyAskedQuestions":{"type":"string","maxLength":200},"featuredPosts":{"type":"string","maxLength":200},"featuredPostTag":{"type":"string","maxLength":200},"readMore":{"type":"string","maxLength":200}},"required":["viewOlderPosts","newerPosts","olderPosts","minRead","visit","leaveAComment","youMayAlsoWantToRead","author","searchPlaceholder","searchPlaceholderNav","pickATopic","backToArticle","comments","yourName","yourEmail","writeSomethingMeaningful","submit","cookieNotice","cookieAcceptBtnText","cookieDeclineBtnText","cookieLearnMoreText","pageNotFound","visitHomePage","searching","resultsFound","allPosts","coAuthor","page","contents","pinnedPost","allRightsReserved","addNewComment","noCommentsYet","yourCommentHasBeenSubmitted","previousPost","nextPost","searchTopics","frequentlyAskedQuestions","featuredPosts","featuredPostTag","readMore"]}},"required":["locale","localeData"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/i18n/{languageCode}":{"get":{"operationId":"i18n.getByLanguage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}},"put":{"operationId":"i18n.updateByLanguage","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"languageCode","in":"path","required":true,"schema":{"type":"string","maxLength":10}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"localeData":{"type":"object","properties":{"viewOlderPosts":{"type":"string","maxLength":200},"newerPosts":{"type":"string","maxLength":200},"olderPosts":{"type":"string","maxLength":200},"minRead":{"type":"string","maxLength":200},"visit":{"type":"string","maxLength":200},"leaveAComment":{"type":"string","maxLength":200},"youMayAlsoWantToRead":{"type":"string","maxLength":200},"author":{"type":"string","maxLength":200},"searchPlaceholder":{"type":"string","maxLength":200},"searchPlaceholderNav":{"type":"string","maxLength":200},"pickATopic":{"type":"string","maxLength":200},"backToArticle":{"type":"string","maxLength":200},"comments":{"type":"string","maxLength":200},"yourName":{"type":"string","maxLength":200},"yourEmail":{"type":"string","maxLength":200},"writeSomethingMeaningful":{"type":"string","maxLength":200},"submit":{"type":"string","maxLength":200},"cookieNotice":{"type":"string","maxLength":200},"cookieAcceptBtnText":{"type":"string","maxLength":200},"cookieDeclineBtnText":{"type":"string","maxLength":200},"cookieLearnMoreText":{"type":"string","maxLength":200},"pageNotFound":{"type":"string","maxLength":200},"visitHomePage":{"type":"string","maxLength":200},"searching":{"type":"string","maxLength":200},"resultsFound":{"type":"string","maxLength":200},"allPosts":{"type":"string","maxLength":200},"coAuthor":{"type":"string","maxLength":200},"page":{"type":"string","maxLength":200},"contents":{"type":"string","maxLength":200},"pinnedPost":{"type":"string","maxLength":200},"allRightsReserved":{"type":"string","maxLength":200},"addNewComment":{"type":"string","maxLength":200},"noCommentsYet":{"type":"string","maxLength":200},"yourCommentHasBeenSubmitted":{"type":"string","maxLength":200},"previousPost":{"type":"string","maxLength":200},"nextPost":{"type":"string","maxLength":200},"searchTopics":{"type":"string","maxLength":200},"frequentlyAskedQuestions":{"type":"string","maxLength":200},"featuredPosts":{"type":"string","maxLength":200},"featuredPostTag":{"type":"string","maxLength":200},"readMore":{"type":"string","maxLength":200}},"required":["viewOlderPosts","newerPosts","olderPosts","minRead","visit","leaveAComment","youMayAlsoWantToRead","author","searchPlaceholder","searchPlaceholderNav","pickATopic","backToArticle","comments","yourName","yourEmail","writeSomethingMeaningful","submit","cookieNotice","cookieAcceptBtnText","cookieDeclineBtnText","cookieLearnMoreText","pageNotFound","visitHomePage","searching","resultsFound","allPosts","coAuthor","page","contents","pinnedPost","allRightsReserved","addNewComment","noCommentsYet","yourCommentHasBeenSubmitted","previousPost","nextPost","searchTopics","frequentlyAskedQuestions","featuredPosts","featuredPostTag","readMore"]}},"required":["localeData"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/i18n/reset":{"post":{"operationId":"i18n.reset","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"anyOf":[{},{"not":{}}]}}}}}}},"/sites/{supername}/translated-languages":{"get":{"operationId":"translatedLanguages.list","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"defaultLanguage":{"type":"string"},"translatedLanguages":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"code":{"type":"string"},"enabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","code","enabled","createdAt","updatedAt"]}}},"required":["defaultLanguage","translatedLanguages"]}}}}}},"post":{"operationId":"translatedLanguages.create","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"code":{"enum":["ar","bn","bg","zh","cs","da","nl","en","fi","fr","de","el","gu","he","hi","hu","id","it","ja","kn","ko","ms","ml","mr","no","fa","pl","pt","pa","ro","ru","sk","es","sv","ta","te","th","tr","uk","ur","vi"]}},"required":["code"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"translatedLanguage":{"type":"object","properties":{"id":{"type":"string"},"code":{"type":"string"},"enabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","code","enabled","createdAt","updatedAt"]}},"required":["translatedLanguage"]}}}}}}},"/sites/{supername}/translated-languages/{code}":{"patch":{"operationId":"translatedLanguages.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"code","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"}},"required":["enabled"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"translatedLanguage":{"type":"object","properties":{"id":{"type":"string"},"code":{"type":"string"},"enabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","code","enabled","createdAt","updatedAt"]}},"required":["translatedLanguage"]}}}}}},"delete":{"operationId":"translatedLanguages.delete","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"code","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"deleted":{"type":"object","properties":{"posts":{"type":"number"},"authors":{"type":"number"},"categories":{"type":"number"},"tags":{"type":"number"},"menuItems":{"type":"number"},"footerModules":{"type":"number"},"leadsConfigs":{"type":"number"},"popupConfigs":{"type":"number"},"sidebarConfigs":{"type":"number"},"siteTranslations":{"type":"number"}},"required":["posts","authors","categories","tags","menuItems","footerModules","leadsConfigs","popupConfigs","sidebarConfigs","siteTranslations"]}},"required":["success","deleted"]}}}}}}},"/sites/{supername}/translated-languages/{code}/delete-preview":{"get":{"operationId":"translatedLanguages.deletePreview","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"code","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"counts":{"type":"object","properties":{"posts":{"type":"number"},"authors":{"type":"number"},"categories":{"type":"number"},"tags":{"type":"number"},"menuItems":{"type":"number"},"footerModules":{"type":"number"},"leadsConfigs":{"type":"number"},"popupConfigs":{"type":"number"},"sidebarConfigs":{"type":"number"},"siteTranslations":{"type":"number"}},"required":["posts","authors","categories","tags","menuItems","footerModules","leadsConfigs","popupConfigs","sidebarConfigs","siteTranslations"]},"total":{"type":"number"}},"required":["counts","total"]}}}}}}},"/sites/{supername}/deploy/read":{"get":{"operationId":"deploy.read","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"deployLog":{"anyOf":[{"type":"object","properties":{"id":{"type":"number"},"siteId":{"type":"number"},"status":{"type":"string"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","siteId","status","createdAt","updatedAt"]},{"type":"null"}]},"avgDeployDuration":{"type":"string"},"deploysInLast24h":{"type":"number"},"site":{"type":"object","properties":{"id":{"type":"number"},"siteLimits":{"anyOf":[{"type":"object","properties":{"maxDeploysPerDay":{"type":"number"}},"required":["maxDeploysPerDay"]},{"type":"null"}]}},"required":["id","siteLimits"]}},"required":["deployLog","avgDeployDuration","deploysInLast24h","site"]}}}}}}},"/sites/{supername}/deploy":{"post":{"operationId":"deploy.trigger","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"required":[]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"deployLog":{"type":"object","properties":{"id":{"type":"number"},"status":{"type":"string"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["id","status","createdAt","updatedAt"]}},"required":["deployLog"]}}}}}}},"/unsplash/search":{"post":{"operationId":"unsplash.search","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"supername":{"type":"string"},"query":{"type":"string","minLength":1},"per_page":{"default":12,"type":"number"},"orientation":{"enum":["landscape","portrait","squarish"]}},"required":["supername","query"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"urls":{"type":"object","properties":{"regular":{"type":"string"},"small":{"type":"string"},"thumb":{"type":"string"},"full":{"type":"string"},"raw":{"type":"string"}},"required":["regular","small","thumb"]},"alt_description":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"user":{"type":"object","properties":{"name":{"type":"string"},"username":{"type":"string"},"links":{"type":"object","properties":{"html":{"type":"string"}},"required":["html"]}},"required":["name","username"]},"links":{"type":"object","properties":{"download":{"type":"string"},"download_location":{"type":"string"},"html":{"type":"string"}},"required":["download","download_location","html"]},"width":{"type":"number"},"height":{"type":"number"}},"required":["id","urls","alt_description","user","width","height"]}},"total":{"type":"number"},"total_pages":{"type":"number"}},"required":["results","total","total_pages"]}}}}}}},"/unsplash/trackDownload":{"post":{"operationId":"unsplash.trackDownload","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"supername":{"type":"string"},"download_location":{"type":"string","format":"uri"}},"required":["supername","download_location"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}}}}}}},"/sites/{supername}/wrapped":{"get":{"operationId":"wrapped.get","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}},{"name":"year","in":"query","required":true,"schema":{"type":"integer"},"allowEmptyValue":true,"allowReserved":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"wrappedData":{"type":"object","properties":{"cuid":{"type":"string"},"siteId":{"type":"number"},"year":{"type":"number"},"data":{},"isPublic":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["cuid","siteId","year","isPublic","createdAt","updatedAt"]},"customDomain":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["wrappedData","customDomain"]}}}}}},"put":{"operationId":"wrapped.update","parameters":[{"name":"supername","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"year":{"type":"integer"},"isPublic":{"type":"boolean"}},"required":["year","isPublic"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"wrappedData":{"type":"object","properties":{"cuid":{"type":"string"},"siteId":{"type":"number"},"year":{"type":"number"},"data":{},"isPublic":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time","x-native-type":"date"},"updatedAt":{"type":"string","format":"date-time","x-native-type":"date"}},"required":["cuid","siteId","year","isPublic","createdAt","updatedAt"]}},"required":["wrappedData"]}}}}}}}}}