HubSpot · Schema

PushLiveRequest

Request to push draft changes live

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
id string ID of the blog post
View JSON Schema on GitHub

JSON Schema

hubspot-blog-posts-push-live-request-schema.json Raw ↑
{
  "type": "object",
  "description": "Request to push draft changes live",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the blog post",
      "example": "500123"
    }
  },
  "required": [
    "id"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PushLiveRequest"
}