HubSpot · JSON Structure

Hubspot Blog Posts Restore Previous Version Request Structure

Request to restore a previous version

Type: object Properties: 2 Required: 2
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

RestorePreviousVersionRequest is a JSON Structure definition published by HubSpot, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id revisionId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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