@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
37 lines (29 loc) • 1.37 kB
Markdown
# UpdateClubRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Nom du club | [optional] [default to undefined]
**websiteUrl** | **string** | URL du site web du club | [optional] [default to undefined]
**socials** | **{ [key: string]: string; }** | Réseaux sociaux du club (ex: { insta: \"https://...\" }) | [optional] [default to undefined]
**description** | **string** | Description du club | [optional] [default to undefined]
**email** | **string** | Email du club | [optional] [default to undefined]
**phone** | **string** | Téléphone du club | [optional] [default to undefined]
**picture** | **string** | URL de l\'image du club | [optional] [default to undefined]
**location** | [**UpdateClubRequestLocation**](UpdateClubRequestLocation.md) | | [optional] [default to undefined]
**rib** | **string** | RIB du club | [optional] [default to undefined]
## Example
```typescript
import { UpdateClubRequest } from '@tennac-booking/sdk';
const instance: UpdateClubRequest = {
name,
websiteUrl,
socials,
description,
email,
phone,
picture,
location,
rib,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)