contentstack · Schema

UpdateEntryRequest

Parameters for updating an entry.

Properties

Name Type Description
entry object Updated field values for the entry.
View JSON Schema on GitHub

JSON Schema

contentstack-updateentryrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateEntryRequest",
  "title": "UpdateEntryRequest",
  "type": "object",
  "description": "Parameters for updating an entry.",
  "required": [
    "entry"
  ],
  "properties": {
    "entry": {
      "type": "object",
      "description": "Updated field values for the entry."
    }
  }
}