@ory/client
Version:
OpenAPI client for @ory/client
30 lines (22 loc) • 1.2 kB
Markdown
Update Custom Hostname Body
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] [default to undefined]
**cors_allowed_origins** | **Array<string>** | CORS Allowed origins for the custom hostname. | [optional] [default to undefined]
**cors_enabled** | **boolean** | CORS Enabled for the custom hostname. | [optional] [default to undefined]
**custom_ui_base_url** | **string** | The custom UI base URL where the UI will be exposed. | [optional] [default to undefined]
**hostname** | **string** | The custom hostname where the API will be exposed. | [optional] [default to undefined]
```typescript
import { SetCustomDomainBody } from '@ory/client';
const instance: SetCustomDomainBody = {
cookie_domain,
cors_allowed_origins,
cors_enabled,
custom_ui_base_url,
hostname,
};
```
[[Back to Model list]](../README.md