---
title: "Update Pool"
method: PUT
path: "/api/v1/calendar_pool/{pool_id}"
tags: ["Calendar Pool"]
---

# Update Pool

`PUT /api/v1/calendar_pool/{pool_id}`

## Path parameters

- `pool_id` string, uuid, required

## Request body

- ICalendarPoolUpdate
  - `name` string, nullable
  - `description` string, nullable
  - `strategy` 'round_robin' | 'least_busy' | 'priority'
  - `settings` object, nullable

## Response `200`

Successful Response

- IPutResponseBaseICalendarPoolRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` ICalendarPoolRead
    - `name` string, required
    - `description` string, nullable
    - `org_id` string, uuid, nullable
    - `strategy` 'round_robin' | 'least_busy' | 'priority'
    - `last_index` integer
    - `settings` object
    - `id` string, uuid, required
    - `created_by_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

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