@ory/client
Version:
OpenAPI client for @ory/client
22 lines (14 loc) • 569 B
Markdown
# InternalGetProjectBrandingBody
Get Project Branding Request Body
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hostname** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { InternalGetProjectBrandingBody } from '@ory/client';
const instance: InternalGetProjectBrandingBody = {
hostname,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)