Skip to main content
PATCH
Update a specific custom provider. Only the provided fields will be updated - other fields remain unchanged.
Restrictions:
  • The provider_id field 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.

Request body

All fields are optional. Only provide the fields you want to update.
string
Human-readable provider name.
string
API key for the provider (write-only, never returned in responses).
object
Additional provider configuration (write-only, never returned in responses).

Response

Returns the updated provider object without sensitive fields.