Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 411 Bytes

UpdateProductionInstanceDomainRequest.md

File metadata and controls

18 lines (12 loc) · 411 Bytes

ClerkBackend::UpdateProductionInstanceDomainRequest

Properties

Name Type Description Notes
home_url String The new home URL of the production instance e.g. https://www.example.com [optional]

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::UpdateProductionInstanceDomainRequest.new(
  home_url: null
)