---
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.

---

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