Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 2.71 KB

File metadata and controls

70 lines (38 loc) · 2.71 KB

\BetaFeaturesApi

All URIs are relative to https://api.clerk.dev/v1

Method HTTP request Description
update_instance_auth_config PATCH /beta_features/instance_settings Update instance settings
update_production_instance_domain PUT /beta_features/domain Update production instance domain

update_instance_auth_config

crate::models::UpdateInstanceAuthConfig200Response update_instance_auth_config(update_instance_auth_config_request) Update instance settings

Updates the settings of an instance

Parameters

Name Type Description Required Notes
update_instance_auth_config_request Option<UpdateInstanceAuthConfigRequest>

Return type

crate::models::UpdateInstanceAuthConfig200Response

Authorization

bearerAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

update_production_instance_domain

update_production_instance_domain(update_production_instance_domain_request) Update production instance domain

Change the domain of a production instance. Changing the domain requires updating the DNS records accordingly, deploying new SSL certificates, updating your Social Connection's redirect URLs and setting the new keys in your code. WARNING: Changing your domain will invalidate all current user sessions (i.e. users will be logged out). Also, while your application is being deployed, a small downtime is expected to occur.

Parameters

Name Type Description Required Notes
update_production_instance_domain_request Option<UpdateProductionInstanceDomainRequest>

Return type

(empty response body)

Authorization

bearerAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]