---
title: "POST /v2/events/update/{slug}"
method: POST
path: "/v2/events/update/{slug}"
---

# POST /v2/events/update/{slug}

`POST /v2/events/update/{slug}`

Update event data

## Path parameters

- `slug` string, required

## Request body

- object
  - `status` 'pending' | 'deployed'
  - `transactionHash` string
  - `checkoutConfig` CheckoutConfig
    - `id` string
    - `name` string, required
    - `by` string
    - `config` object, required
      - `locks` object, required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Response `200`

Successfully updated event data

- object
  - `slug` string
  - `status` string
  - `transactionHash` string

## Other responses

- `401` — User is not authenticated.
- `404` — The item you are making request for does not exist.

## Changes

- **2024-12-17** `b418432250ec` — 1 info
  - endpoint added
- **2023-11-03** `b77bfb068867` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/events/update/:slug/post.md)

---

[API](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/revisions/e003b998de45/schema)
