HubSpot · Schema

ResetDraftRequest

Request to reset draft to live version

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

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

JSON Schema

blog-posts-api-reset-draft-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/blog-posts-api-reset-draft-request-schema.json",
  "title": "ResetDraftRequest",
  "description": "Request to reset draft to live version",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the blog post",
      "example": "500123"
    }
  },
  "required": [
    "id"
  ]
}