HubSpot · Schema

RestorePreviousVersionRequest

Request to restore a previous version

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
id string ID of the blog post
revisionId string ID of the revision to restore
View JSON Schema on GitHub

JSON Schema

hubspot-blog-posts-restore-previous-version-request-schema.json Raw ↑
{
  "type": "object",
  "description": "Request to restore a previous version",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the blog post",
      "example": "500123"
    },
    "revisionId": {
      "type": "string",
      "description": "ID of the revision to restore",
      "example": "500123"
    }
  },
  "required": [
    "id",
    "revisionId"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RestorePreviousVersionRequest"
}