---
title: "Update a resource"
method: PUT
path: "/resources/{id}"
tags: ["Resources"]
---

# Update a resource

`PUT /resources/{id}`

## Path parameters

- `id` string, required

## Request body

- ResourceRequest
  - `name` string, required
  - `location_id` string
  - `bookings_per_time_slot` integer
  - `available_for_clock_in` boolean

## Response `200`

Resource response

- ResourceResponse
  - `name` string
  - `location_id` string
  - `bookings_per_time_slot` integer
  - `available_for_clock_in` boolean
  - `errors` object

---

[API](https://skmtc.net/mytime/apis/mytime-partners-api.md) · [All operations](https://skmtc.net/mytime/apis/mytime-partners-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mytime/mytime-partners-api/versions/65d3a27fcb1a/schema)
