---
title: "Publish a patch on an event"
method: PATCH
path: "/publish/v2/events/{id}"
---

# Publish a patch on an event

`PATCH /publish/v2/events/{id}`

Since 1.0.0

## Path parameters

- `id` string, required

## Headers

- `TMPS-Correlation-Id` string, required

## Request body

- AugmentationData — This class defines the Augmentation Data on the Publish API
  - `relatedEntityType` 'event' | 'attraction' | 'venue', required — The type of the entity to apply the augmentation data.
  - `relatedEntityId` string, required — Id of the entity to apply the augmentation data.
  - `source` string, required — The source where the augementation data came from
  - `versionNumber` integer, required — Vesion of this augmentation data. This field is to avoid updating entity with old data.
  - `score` number, float — The confidence (%) level of the accuracy of this augmention data. 100 is the better
  - `changes` Change[], required — List of changes to apply to the related entity
    - `op` 'add' | 'remove' | 'replace' | 'move' | 'copy' | 'test', required — Operation to apply on the entity.
    - `from` string — Json path of the source entity when using the move operation.
    - `path` string, required — Json path from the root of the document to the place where the change should be applied.
    - `value` object — Data to change. MUST be a valid json object.

## Response `200`

successful operation

---

[API](https://skmtc.net/ticketmaster-api/apis/ticketmaster-publish-api.md) · [All operations](https://skmtc.net/ticketmaster-api/apis/ticketmaster-publish-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ticketmaster-api/ticketmaster-publish-api/versions/109dd23e9174/schema)
