---
title: "Update Or Create Bookable"
method: POST
path: "/admin/bookables/update-or-create"
tags: ["provider", "admin", "bookables"]
---

# Update Or Create Bookable

`POST /admin/bookables/update-or-create`

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Request body

- BookableEdit
  - `id` string, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `locationIds` string[], nullable

## Response `200`

Successful Response

- BookableDetail
  - `id` string, required
  - `name` string, required
  - `locationIds` string[], required
  - `description` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
