Sha256: a6b03c92de92ed789b96bfa2499b2d625314daee7097d09073fc742eec12e1a4
Contents?: true
Size: 514 Bytes
Versions: 124
Compression:
Stored size: 514 Bytes
Contents
# OryClient::UpdateCustomHostnameBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cookie_domain** | **String** | The domain where cookies will be set. Has to be a parent domain of the custom hostname to work. | [optional] | | **hostname** | **String** | The custom hostname where the API will be exposed. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateCustomHostnameBody.new( cookie_domain: null, hostname: null ) ```
Version data entries
124 entries across 124 versions & 1 rubygems