---
title: "Update Croo Extensions"
method: PUT
path: "/croo/extensions"
tags: ["Croo"]
---

# Update Croo Extensions

`PUT /croo/extensions`

Replace the configured extension list. Other filter dimensions are left
untouched. Re-evaluates parked calls in the background, same as the dev
filter endpoint.

## Request body

- CrooExtensionsSettings — Customer-facing slice of the Croo filter config: just the list of user extensions the AI agent handles. The other filter dimensions (caller / dialed number, call direction, intake prompt) stay developer-only.
  - `filter_user_exts` string[]

## Response `200`

Successful Response

- CrooExtensionsSettings — Customer-facing slice of the Croo filter config: just the list of user extensions the AI agent handles. The other filter dimensions (caller / dialed number, call direction, intake prompt) stay developer-only.
  - `filter_user_exts` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
