Atlassian · Schema

ContentStateResponse

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
lastUpdated string Timestamp of last publish event where content state changed
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-content-state-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContentStateResponse",
  "type": "object",
  "properties": {
    "lastUpdated": {
      "type": "string",
      "description": "Timestamp of last publish event where content state changed"
    }
  }
}