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 |
crate::models::UpdateInstanceAuthConfig200Response update_instance_auth_config(update_instance_auth_config_request) Update instance settings
Updates the settings of an instance
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| update_instance_auth_config_request | Option<UpdateInstanceAuthConfigRequest> |
crate::models::UpdateInstanceAuthConfig200Response
- 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_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.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| update_production_instance_domain_request | Option<UpdateProductionInstanceDomainRequest> |
(empty response body)
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]