Custom Providers
Update custom provider
PATCH
Update a specific custom provider. Only the provided fields will be updated - other fields remain unchanged.
Restrictions:
- The
provider_idfield is read-only and cannot be changed - Only the owning organization can update their custom providers
- Managed providers (
is_managed: true) cannot have critical fields modified
Path parameters
integer
required
The provider’s primary key ID to update.
Example
Example
Request body
All fields are optional. Only provide the fields you want to update.string
Human-readable provider name.
Example
Example
string
API key for the provider (write-only, never returned in responses).
Example
Example
object
Additional provider configuration (write-only, never returned in responses).
Example
Example