mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
9 lines
504 B
Text
9 lines
504 B
Text
---
|
|
title: "Update Configuration"
|
|
description: "Rename a configuration or rotate its credentials"
|
|
openapi: "PUT /api/v1/organizations/telephony-configs/{config_id}"
|
|
---
|
|
|
|
The `provider` cannot be changed once a configuration exists — create a new configuration if you need to switch providers.
|
|
|
|
When rotating credentials, you only need to send the fields you're changing. Re-submitting a masked sensitive value preserves the original secret, so it's safe to round-trip a `GET` response back to a `PUT`.
|