---
title: "Update an event"
method: PUT
path: "/4.0/events/{event}"
tags: ["Events"]
---

# Update an event

`PUT /4.0/events/{event}`

## Path parameters

- `event` string, required

## Request body

- Put40EventsEventBodySocialTablesApi
  - `name` string, required — Name of the event
  - `category` string — Type of event. For example: Athletic, Catered Meal, Ceremony, Class/Lecture, Concert, Conference, Executive Meeting, Trade Show, Reception, Training
  - `start_epoch` string — Start date in milliseconds since epoch
  - `end_epoch` string — End date in milliseconds since epoch
  - `industry` string — Industry associated with the event. Association, Corporate, Education, Government, Nonprofit, Religious, Social
  - `is_public` boolean — Whether to make this event and its diagrams public. Defaults to false.
  - `uses_metric` boolean — Whether to use metric system. Defaults to false
  - `archived` boolean — Whether to archive/delete the event. Defaults to false

## Response `200`

Success

- DataSocialTablesApi

---

[API](https://skmtc.net/socialtables/apis/social-tables-api-gateway.md) · [All operations](https://skmtc.net/socialtables/apis/social-tables-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/socialtables/social-tables-api-gateway/versions/221c9d836cf0/schema)
