Update a Provider
Use this endpoint to update a provider’s configuration. Note that category and type cannot be changed after creation.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The authorization token in the 'Bearer ' format.
Path Parameters
The unique identifier of the provider.
Body
Information used to update an existing provider. Note that category and type are immutable after creation.
Updated name for the provider.
Updated provider sub-type.
Updated authentication or delivery method.
Updated client ID or API key.
Updated client secret or API secret.
Updated secondary client ID.
Updated secondary client secret.
Updated SMTP or API host address.
Updated SMTP port.
Updated SSL/TLS setting.
Updated default email or SMS title/subject.
Updated default message content template.
Updated default receiver address for testing.
Updated cloud region ID.
Updated SMS signature name.
Updated SMS template code.
Updated application ID.
Updated provider API endpoint URL.
Updated intranet endpoint for private network access.
Updated provider domain.
Response
Indicates that the provider was successfully updated and the operation was completed as expected.
Information about a communication provider.
Unique identifier of the provider.
Name of the provider.
Provider category.
Email, SMS Provider implementation type.
SendGrid, Twilio Provider sub-type, if applicable.
Authentication or delivery method.
Client ID or API key (secret is never returned).
Secondary client ID, if applicable.
SMTP or API host address.
SMTP port.
Indicates whether SSL/TLS is disabled.
Default email or SMS title/subject.
Default message content template.
Default receiver address for testing.
Cloud region ID (provider-specific).
SMS signature name (provider-specific).
SMS template code (provider-specific).
Application ID (provider-specific).
Provider API endpoint URL.
Intranet endpoint for private network access.
Provider domain.
Provider-specific URL.
Timestamp marking when the provider was created.

