---
title: "Upsert Admin Switchboard Provider Config"
method: PUT
path: "/v1/admin/switchboard/provider-configs/{provider}"
---

# Upsert Admin Switchboard Provider Config

`PUT /v1/admin/switchboard/provider-configs/{provider}`

## Path parameters

- `provider` string, required

## Request body

- SwitchboardProviderConfigInput — Non-secret provider descriptor and matcher guidance managed by gv.
  - `provider` string, required
  - `displayName` string, required
  - `enabled` boolean
  - `handlerType` string
  - `appConfigKey` string, required
  - `allowedEventTypes` string[]
  - `eventDescriptors` object
  - `matcherSchema` object
  - `notes` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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