@tennac-booking/sdk 1.0.54 → 1.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/.openapi-generator/FILES +182 -220
  2. package/README.md +162 -167
  3. package/api.ts +7179 -7614
  4. package/base.ts +2 -2
  5. package/common.ts +2 -2
  6. package/configuration.ts +2 -2
  7. package/dist/api.d.ts +4662 -5750
  8. package/dist/api.js +3587 -2956
  9. package/dist/base.d.ts +2 -2
  10. package/dist/base.js +2 -2
  11. package/dist/common.d.ts +2 -2
  12. package/dist/common.js +2 -2
  13. package/dist/configuration.d.ts +2 -2
  14. package/dist/configuration.js +2 -2
  15. package/dist/esm/api.d.ts +4662 -5750
  16. package/dist/esm/api.js +3513 -2861
  17. package/dist/esm/base.d.ts +2 -2
  18. package/dist/esm/base.js +2 -2
  19. package/dist/esm/common.d.ts +2 -2
  20. package/dist/esm/common.js +2 -2
  21. package/dist/esm/configuration.d.ts +2 -2
  22. package/dist/esm/configuration.js +2 -2
  23. package/dist/esm/index.d.ts +2 -2
  24. package/dist/esm/index.js +2 -2
  25. package/dist/index.d.ts +2 -2
  26. package/dist/index.js +2 -2
  27. package/docs/{ApiErrorResponse.md → AddClubMember201Response.md} +6 -6
  28. package/docs/AddClubMemberRequest.md +7 -3
  29. package/docs/BookingAnalyticsResponse.md +34 -0
  30. package/docs/BookingHistory.md +34 -0
  31. package/docs/BookingInfo.md +50 -0
  32. package/docs/BookingPaymentStatusResponse.md +3 -3
  33. package/docs/BookingPaymentStatusResponseBooking.md +8 -7
  34. package/docs/BookingPaymentStatusResponseSummary.md +10 -9
  35. package/docs/BookingPopulated.md +5 -5
  36. package/docs/BookingResponse.md +4 -4
  37. package/docs/{UpdateProfileVisibilityRequestBody.md → BookingResponseOnsitePaymentsInner.md} +7 -5
  38. package/docs/BookingStatus.md +9 -1
  39. package/docs/BookingsApi.md +10 -64
  40. package/docs/{ManagerBookingsApi.md → BookingsManagerApi.md} +14 -24
  41. package/docs/BookingsStaffApi.md +323 -0
  42. package/docs/{UserBookingsApi.md → BookingsUserApi.md} +17 -25
  43. package/docs/CancelBookingResponse.md +2 -2
  44. package/docs/CaptureResult.md +30 -0
  45. package/docs/CheckInPlayersRequest.md +20 -0
  46. package/docs/CheckInPlayersResponse.md +6 -6
  47. package/docs/CheckedInPlayer.md +34 -0
  48. package/docs/ClubAnalyticsApi.md +20 -160
  49. package/docs/ClubAnalyticsStaffApi.md +523 -0
  50. package/docs/ClubMemberResponse.md +24 -0
  51. package/docs/{FrequentPlayer.md → ClubMemberResponseUser.md} +10 -11
  52. package/docs/ClubPlayerResponse.md +36 -0
  53. package/docs/ClubResponse.md +23 -14
  54. package/docs/ClubResponseCreatedAt.md +19 -0
  55. package/docs/{Location.md → ClubResponseLocation.md} +9 -12
  56. package/docs/{GetNumberOfClubUsers200Response.md → ClubResponseLocationCoordinates.md} +7 -5
  57. package/docs/ClubResponseUpdatedAt.md +19 -0
  58. package/docs/ClubRoleResponse.md +11 -9
  59. package/docs/ClubRolesManagerApi.md +177 -0
  60. package/docs/{StaffClubsApi.md → ClubRolesStaffApi.md} +41 -34
  61. package/docs/{ManagerClubCourtsApi.md → ClubSettingsManagerApi.md} +64 -63
  62. package/docs/ClubSettingsResponse.md +41 -0
  63. package/docs/{PublicClubUserFrequentlyVisitedClubsInner.md → ClubSummary.md} +10 -6
  64. package/docs/{AddFavoriteClubRequestBody.md → ClubUserCountResponse.md} +5 -5
  65. package/docs/ClubsApi.md +515 -8
  66. package/docs/ClubsManagerApi.md +1005 -0
  67. package/docs/{ManagerClubsApi.md → ClubsStaffApi.md} +138 -62
  68. package/docs/CourtInfo.md +28 -0
  69. package/docs/CourtResponse.md +16 -16
  70. package/docs/CourtStatus.md +2 -5
  71. package/docs/CreateBookingRequest.md +1 -3
  72. package/docs/CreateClubRequest.md +22 -0
  73. package/docs/CreateClubRoleRequest.md +24 -0
  74. package/docs/CreateClubSettingsRequest.md +34 -0
  75. package/docs/{ActiveClubListResponse.md → CreateCourtForClub201Response.md} +5 -5
  76. package/docs/CreateCourtRequest.md +10 -12
  77. package/docs/CreateEventRequest.md +1 -3
  78. package/docs/CreateSportForClub201Response.md +20 -0
  79. package/docs/{Sport.md → CreateSportForClubRequest.md} +4 -6
  80. package/docs/CreateSportRequest.md +1 -7
  81. package/docs/CreateSubscriptionPlanRequest.md +6 -4
  82. package/docs/CreatorChargeResult.md +26 -0
  83. package/docs/DailyTurnoverResponse.md +3 -3
  84. package/docs/{ManagerSportsApi.md → DefaultApi.md} +35 -38
  85. package/docs/{DeleteEvent200Response.md → DeleteClubResponse.md} +4 -4
  86. package/docs/{CourtDeleteResponse.md → DeleteClubRoleResponse.md} +4 -4
  87. package/docs/DeleteClubSettingsResponse.md +20 -0
  88. package/docs/{DeleteClubRole200Response.md → DeleteCourtResponse.md} +4 -4
  89. package/docs/{DeleteSport200Response.md → DeleteEventResponse.md} +4 -4
  90. package/docs/DeleteSlotsByClubInRange200Response.md +1 -1
  91. package/docs/DeleteSportResponse.md +20 -0
  92. package/docs/EventResponse.md +40 -0
  93. package/docs/EventResponseCourtsInner.md +18 -0
  94. package/docs/EventsApi.md +21 -21
  95. package/docs/{StaffEventResponse.md → EventsListResponse.md} +4 -4
  96. package/docs/{ManagerEventsApi.md → EventsManagerApi.md} +38 -40
  97. package/docs/{StaffEventsApi.md → EventsStaffApi.md} +11 -10
  98. package/docs/FavoriteClubsResponse.md +1 -1
  99. package/docs/FavoritePlayersResponse.md +1 -1
  100. package/docs/{GenderPercentage.md → GenderPercentageResponse.md} +7 -7
  101. package/docs/GetActualities200Response.md +20 -0
  102. package/docs/GetAvailableSlotsBySports200Response.md +20 -0
  103. package/docs/{ClubMembersResponse.md → GetClubMembers200Response.md} +6 -6
  104. package/docs/GetClubRoles200Response.md +20 -0
  105. package/docs/GetClubUsersById200Response.md +1 -1
  106. package/docs/{CourtsResponse.md → GetCourtsByClub200Response.md} +4 -6
  107. package/docs/GetCourtsByClubAndSportById200Response.md +26 -0
  108. package/docs/GetInfillPercentagePerPeriod200Response.md +5 -5
  109. package/docs/{SlotsResponse.md → GetSlotsByClubById200Response.md} +6 -6
  110. package/docs/GetSportsByClubById200Response.md +20 -0
  111. package/docs/{Court.md → ICourtData.md} +18 -6
  112. package/docs/{DiagnosticsResponse.md → InvoiceInfo.md} +8 -8
  113. package/docs/{ClubListResponse.md → LastSixMonthsTurnoverItem.md} +7 -7
  114. package/docs/ManagerCancelBookingRequest.md +1 -1
  115. package/docs/ManagerCancelBookingResponse.md +2 -2
  116. package/docs/MonthlyBreakdown.md +24 -0
  117. package/docs/MonthlyTurnoverResponse.md +6 -5
  118. package/docs/NoShowFeeResponse.md +6 -6
  119. package/docs/PartialClubResponse.md +49 -0
  120. package/docs/PaymentByPlayerInfo.md +22 -0
  121. package/docs/PaymentMethod.md +2 -1
  122. package/docs/PlayerPaymentInfo.md +36 -0
  123. package/docs/PlayerSummary.md +40 -0
  124. package/docs/PublicUserProfileResponse.md +44 -0
  125. package/docs/PublishEventResponse.md +20 -0
  126. package/docs/SlotInfo.md +26 -0
  127. package/docs/SportAnalyticsResponse.md +24 -0
  128. package/docs/SportInfo.md +22 -0
  129. package/docs/SportResponse.md +8 -11
  130. package/docs/SportWithAnalytics.md +36 -0
  131. package/docs/SportsManagerApi.md +177 -0
  132. package/docs/{StaffClubBookingsApi.md → SportsStaffApi.md} +14 -11
  133. package/docs/SubscriptionPlanResponse.md +4 -14
  134. package/docs/SurfaceType.md +12 -0
  135. package/docs/UpdateActuality200Response.md +20 -0
  136. package/docs/UpdateClubRequest.md +11 -11
  137. package/docs/UpdateClubRequestLocation.md +29 -0
  138. package/docs/{BookingPopulatedSlotIdCourtIdSportId.md → UpdateClubRequestLocationCoordinates.md} +7 -7
  139. package/docs/UpdateClubRoleRequest.md +22 -0
  140. package/docs/UpdateClubSettingsRequest.md +14 -10
  141. package/docs/UpdateSportRequest.md +1 -5
  142. package/docs/UpdateSubscriptionPlanForClub200Response.md +20 -0
  143. package/docs/{BookingPopulatedUserId.md → UserInfo.md} +6 -6
  144. package/docs/UserLocationSummary.md +44 -0
  145. package/docs/UserProfileResponse.md +2 -2
  146. package/docs/UsersApi.md +38 -133
  147. package/docs/YearlyTurnoverResponse.md +4 -4
  148. package/index.ts +2 -2
  149. package/package.json +1 -1
  150. package/docs/ActiveClub.md +0 -30
  151. package/docs/AddClubMemberResponse.md +0 -22
  152. package/docs/AddPaymentMethodSetupRequestBody.md +0 -20
  153. package/docs/AddPaymentMethodSetupResponse.md +0 -24
  154. package/docs/BlockSlotResponse.md +0 -22
  155. package/docs/Booking.md +0 -32
  156. package/docs/BookingHistoryResponse.md +0 -22
  157. package/docs/BookingHistoryResponseHistoryInner.md +0 -32
  158. package/docs/BookingPaymentStatusResponsePaymentStatusInner.md +0 -36
  159. package/docs/BookingPopulatedPaymentByPlayersStatusInner.md +0 -22
  160. package/docs/BookingPopulatedPaymentByPlayersStatusInnerInvoicesInner.md +0 -24
  161. package/docs/BookingPopulatedSlotId.md +0 -26
  162. package/docs/BookingPopulatedSlotIdCourtId.md +0 -28
  163. package/docs/BookingsStaffWeeklyWeekIdGet200Response.md +0 -20
  164. package/docs/CancelBookingResponseBooking.md +0 -30
  165. package/docs/CheckInPlayersResponseCheckedInPlayersInner.md +0 -34
  166. package/docs/Club.md +0 -40
  167. package/docs/ClubInfoResponse.md +0 -48
  168. package/docs/ClubMember.md +0 -24
  169. package/docs/ClubRole.md +0 -30
  170. package/docs/ClubRolesResponse.md +0 -22
  171. package/docs/ClubSettings.md +0 -40
  172. package/docs/ClubStaffResponse.md +0 -48
  173. package/docs/ConfirmPaymentMethodSetupRequestBody.md +0 -20
  174. package/docs/ConfirmPaymentMethodSetupResponse.md +0 -22
  175. package/docs/CourtWithNameResponse.md +0 -48
  176. package/docs/CourtsWithNameResponse.md +0 -22
  177. package/docs/CreateClubRoleRequestBody.md +0 -24
  178. package/docs/CreatePriceRequest.md +0 -26
  179. package/docs/DiagnosticsApi.md +0 -97
  180. package/docs/Event.md +0 -40
  181. package/docs/EventBooking.md +0 -32
  182. package/docs/EventRegistrationRequest.md +0 -22
  183. package/docs/FrequentClub.md +0 -24
  184. package/docs/FrequentlyPlayedWithItem.md +0 -28
  185. package/docs/FrequentlyVisitedClubItem.md +0 -24
  186. package/docs/GetActiveClubs200Response.md +0 -20
  187. package/docs/GetClubInfos200Response.md +0 -30
  188. package/docs/GetCourtsByClubAndSport200Response.md +0 -26
  189. package/docs/GetLastSixMonthsTurnover200ResponseInner.md +0 -22
  190. package/docs/GetPublishedEventsByClubId200Response.md +0 -20
  191. package/docs/InvoicesResponse.md +0 -22
  192. package/docs/InvoicesResponseInvoicesInner.md +0 -34
  193. package/docs/InvoicesResponsePagination.md +0 -26
  194. package/docs/LevelBySportsItem.md +0 -22
  195. package/docs/ManagerCancelBookingResponseBooking.md +0 -30
  196. package/docs/ManagerClubRolesApi.md +0 -268
  197. package/docs/ManagerClubSlotsApi.md +0 -119
  198. package/docs/ManagerClubSubscriptionsApi.md +0 -387
  199. package/docs/ManagerEventResponse.md +0 -22
  200. package/docs/NoShowFeeResponseCaptureResultsInner.md +0 -30
  201. package/docs/NoShowFeeResponseCreatorChargeResult.md +0 -26
  202. package/docs/PaymentStatus.md +0 -30
  203. package/docs/PriceResponse.md +0 -32
  204. package/docs/PublicClubUser.md +0 -46
  205. package/docs/PublicClubUserFrequentlyPlayedWithInner.md +0 -28
  206. package/docs/PublicClubUserLevelBySportsInner.md +0 -22
  207. package/docs/RegisterForEvent201Response.md +0 -20
  208. package/docs/RestoreSubscriptionPlanForClub200Response.md +0 -20
  209. package/docs/SdkDiagnosticsResponse.md +0 -28
  210. package/docs/SdkDiagnosticsResponseOpenapi.md +0 -24
  211. package/docs/SdkDiagnosticsResponseSdk.md +0 -24
  212. package/docs/Slot.md +0 -24
  213. package/docs/SlotException.md +0 -26
  214. package/docs/SlotResponse.md +0 -34
  215. package/docs/StaffBookingsApi.md +0 -61
  216. package/docs/StaffClubAnalyticsApi.md +0 -254
  217. package/docs/StripeLink.md +0 -26
  218. package/docs/StripeStatus.md +0 -16
  219. package/docs/SubscriptionPlan.md +0 -36
  220. package/docs/SubscriptionResponse.md +0 -36
  221. package/docs/UpdateClubRoleRequestBody.md +0 -24
  222. package/docs/UpdateCourtRequest.md +0 -38
  223. package/docs/UpdateProfilePictureRequestBody.md +0 -20
  224. package/docs/UpdateSubscriptionPlanRequest.md +0 -24
  225. package/docs/UpdateSubscriptionPlanResponse.md +0 -22
  226. package/docs/UpdateUserCityRequestBody.md +0 -20
  227. package/docs/UpdateUserDescriptionRequestBody.md +0 -20
  228. package/docs/UserBookingItem.md +0 -46
  229. package/docs/UserClubCourtsApi.md +0 -64
  230. package/docs/UserClubSlotsApi.md +0 -181
  231. package/docs/UserClubSportsApi.md +0 -60
  232. package/docs/UserClubsApi.md +0 -145
  233. package/docs/UserInfoStaff.md +0 -38
  234. package/docs/UserStaffResponse.md +0 -40
  235. package/docs/YearlyTurnoverResponseMonthlyBreakdownInner.md +0 -24
@@ -0,0 +1,1005 @@
1
+ # ClubsManagerApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**addClubMember**](#addclubmember) | **POST** /api/clubs/members | |
8
+ |[**archivePriceForSubscriptionPlan**](#archivepriceforsubscriptionplan) | **DELETE** /api/clubs/subscription-plans/{priceId}/archive-price | |
9
+ |[**createActuality**](#createactuality) | **POST** /api/clubs/actualities | |
10
+ |[**createCourtForClub**](#createcourtforclub) | **POST** /api/clubs/courts | |
11
+ |[**createPriceForSubscriptionPlan**](#createpriceforsubscriptionplan) | **POST** /api/clubs/subscription-plans/{productId}/prices | |
12
+ |[**createSportForClub**](#createsportforclub) | **POST** /api/clubs/sports | |
13
+ |[**createSubscriptionPlanForClub**](#createsubscriptionplanforclub) | **POST** /api/clubs/subscription-plans | |
14
+ |[**deleteActuality**](#deleteactuality) | **DELETE** /api/clubs/actualities/{actualityId} | |
15
+ |[**deleteCourt**](#deletecourt) | **DELETE** /api/clubs/courts/{courtId} | |
16
+ |[**deleteSlotsByClubInRange**](#deleteslotsbyclubinrange) | **DELETE** /api/clubs/slots | |
17
+ |[**deleteSubscriptionPlanForClub**](#deletesubscriptionplanforclub) | **DELETE** /api/clubs/subscription-plans/{productId} | |
18
+ |[**publishActuality**](#publishactuality) | **PATCH** /api/clubs/actualities/{actualityId}/publish | |
19
+ |[**restoreSubscriptionPlanForClub**](#restoresubscriptionplanforclub) | **POST** /api/clubs/subscription-plans/{productId}/restore | |
20
+ |[**restoreSubscriptionPriceForClub**](#restoresubscriptionpriceforclub) | **POST** /api/clubs/subscription-plans/{priceId}/restore-price | |
21
+ |[**updateActuality**](#updateactuality) | **PUT** /api/clubs/actualities/{actualityId} | |
22
+ |[**updateClub**](#updateclub) | **PUT** /api/clubs | |
23
+ |[**updateClubInfos**](#updateclubinfos) | **PUT** /api/clubs/infos | |
24
+ |[**updateCourt**](#updatecourt) | **PUT** /api/clubs/courts/{courtId} | |
25
+ |[**updateSubscriptionPlanForClub**](#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} | |
26
+
27
+ # **addClubMember**
28
+ > AddClubMember201Response addClubMember(addClubMemberRequest)
29
+
30
+ Ajoute un membre à un club
31
+
32
+ ### Example
33
+
34
+ ```typescript
35
+ import {
36
+ ClubsManagerApi,
37
+ Configuration,
38
+ AddClubMemberRequest
39
+ } from '@tennac-booking/sdk';
40
+
41
+ const configuration = new Configuration();
42
+ const apiInstance = new ClubsManagerApi(configuration);
43
+
44
+ let addClubMemberRequest: AddClubMemberRequest; //
45
+
46
+ const { status, data } = await apiInstance.addClubMember(
47
+ addClubMemberRequest
48
+ );
49
+ ```
50
+
51
+ ### Parameters
52
+
53
+ |Name | Type | Description | Notes|
54
+ |------------- | ------------- | ------------- | -------------|
55
+ | **addClubMemberRequest** | **AddClubMemberRequest**| | |
56
+
57
+
58
+ ### Return type
59
+
60
+ **AddClubMember201Response**
61
+
62
+ ### Authorization
63
+
64
+ [bearerAuth](../README.md#bearerAuth)
65
+
66
+ ### HTTP request headers
67
+
68
+ - **Content-Type**: application/json
69
+ - **Accept**: application/json
70
+
71
+
72
+ ### HTTP response details
73
+ | Status code | Description | Response headers |
74
+ |-------------|-------------|------------------|
75
+ |**201** | Membre ajouté au club | - |
76
+ |**400** | Bad Request | - |
77
+ |**404** | Utilisateur ou club introuvable | - |
78
+ |**500** | Server Error | - |
79
+
80
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
81
+
82
+ # **archivePriceForSubscriptionPlan**
83
+ > UpdateSubscriptionPlanForClub200Response archivePriceForSubscriptionPlan()
84
+
85
+
86
+ ### Example
87
+
88
+ ```typescript
89
+ import {
90
+ ClubsManagerApi,
91
+ Configuration
92
+ } from '@tennac-booking/sdk';
93
+
94
+ const configuration = new Configuration();
95
+ const apiInstance = new ClubsManagerApi(configuration);
96
+
97
+ let priceId: string; // (default to undefined)
98
+
99
+ const { status, data } = await apiInstance.archivePriceForSubscriptionPlan(
100
+ priceId
101
+ );
102
+ ```
103
+
104
+ ### Parameters
105
+
106
+ |Name | Type | Description | Notes|
107
+ |------------- | ------------- | ------------- | -------------|
108
+ | **priceId** | [**string**] | | defaults to undefined|
109
+
110
+
111
+ ### Return type
112
+
113
+ **UpdateSubscriptionPlanForClub200Response**
114
+
115
+ ### Authorization
116
+
117
+ [bearerAuth](../README.md#bearerAuth)
118
+
119
+ ### HTTP request headers
120
+
121
+ - **Content-Type**: Not defined
122
+ - **Accept**: application/json
123
+
124
+
125
+ ### HTTP response details
126
+ | Status code | Description | Response headers |
127
+ |-------------|-------------|------------------|
128
+ |**200** | Price archivé | - |
129
+
130
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
131
+
132
+ # **createActuality**
133
+ > UpdateActuality200Response createActuality(body)
134
+
135
+
136
+ ### Example
137
+
138
+ ```typescript
139
+ import {
140
+ ClubsManagerApi,
141
+ Configuration
142
+ } from '@tennac-booking/sdk';
143
+
144
+ const configuration = new Configuration();
145
+ const apiInstance = new ClubsManagerApi(configuration);
146
+
147
+ let body: any; //
148
+
149
+ const { status, data } = await apiInstance.createActuality(
150
+ body
151
+ );
152
+ ```
153
+
154
+ ### Parameters
155
+
156
+ |Name | Type | Description | Notes|
157
+ |------------- | ------------- | ------------- | -------------|
158
+ | **body** | **any**| | |
159
+
160
+
161
+ ### Return type
162
+
163
+ **UpdateActuality200Response**
164
+
165
+ ### Authorization
166
+
167
+ [bearerAuth](../README.md#bearerAuth)
168
+
169
+ ### HTTP request headers
170
+
171
+ - **Content-Type**: application/json
172
+ - **Accept**: application/json
173
+
174
+
175
+ ### HTTP response details
176
+ | Status code | Description | Response headers |
177
+ |-------------|-------------|------------------|
178
+ |**201** | Actualité créée | - |
179
+
180
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
181
+
182
+ # **createCourtForClub**
183
+ > CreateCourtForClub201Response createCourtForClub(createCourtRequest)
184
+
185
+ Crée un nouveau terrain pour un club
186
+
187
+ ### Example
188
+
189
+ ```typescript
190
+ import {
191
+ ClubsManagerApi,
192
+ Configuration,
193
+ CreateCourtRequest
194
+ } from '@tennac-booking/sdk';
195
+
196
+ const configuration = new Configuration();
197
+ const apiInstance = new ClubsManagerApi(configuration);
198
+
199
+ let createCourtRequest: CreateCourtRequest; //
200
+
201
+ const { status, data } = await apiInstance.createCourtForClub(
202
+ createCourtRequest
203
+ );
204
+ ```
205
+
206
+ ### Parameters
207
+
208
+ |Name | Type | Description | Notes|
209
+ |------------- | ------------- | ------------- | -------------|
210
+ | **createCourtRequest** | **CreateCourtRequest**| | |
211
+
212
+
213
+ ### Return type
214
+
215
+ **CreateCourtForClub201Response**
216
+
217
+ ### Authorization
218
+
219
+ [bearerAuth](../README.md#bearerAuth)
220
+
221
+ ### HTTP request headers
222
+
223
+ - **Content-Type**: application/json
224
+ - **Accept**: application/json
225
+
226
+
227
+ ### HTTP response details
228
+ | Status code | Description | Response headers |
229
+ |-------------|-------------|------------------|
230
+ |**201** | Terrain créé | - |
231
+ |**400** | Bad Request | - |
232
+ |**404** | Club non trouvé | - |
233
+ |**500** | Server Error | - |
234
+
235
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
236
+
237
+ # **createPriceForSubscriptionPlan**
238
+ > UpdateSubscriptionPlanForClub200Response createPriceForSubscriptionPlan(body)
239
+
240
+
241
+ ### Example
242
+
243
+ ```typescript
244
+ import {
245
+ ClubsManagerApi,
246
+ Configuration
247
+ } from '@tennac-booking/sdk';
248
+
249
+ const configuration = new Configuration();
250
+ const apiInstance = new ClubsManagerApi(configuration);
251
+
252
+ let productId: string; // (default to undefined)
253
+ let body: any; //
254
+
255
+ const { status, data } = await apiInstance.createPriceForSubscriptionPlan(
256
+ productId,
257
+ body
258
+ );
259
+ ```
260
+
261
+ ### Parameters
262
+
263
+ |Name | Type | Description | Notes|
264
+ |------------- | ------------- | ------------- | -------------|
265
+ | **body** | **any**| | |
266
+ | **productId** | [**string**] | | defaults to undefined|
267
+
268
+
269
+ ### Return type
270
+
271
+ **UpdateSubscriptionPlanForClub200Response**
272
+
273
+ ### Authorization
274
+
275
+ [bearerAuth](../README.md#bearerAuth)
276
+
277
+ ### HTTP request headers
278
+
279
+ - **Content-Type**: application/json
280
+ - **Accept**: application/json
281
+
282
+
283
+ ### HTTP response details
284
+ | Status code | Description | Response headers |
285
+ |-------------|-------------|------------------|
286
+ |**201** | Price créé | - |
287
+
288
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
289
+
290
+ # **createSportForClub**
291
+ > CreateSportForClub201Response createSportForClub(createSportForClubRequest)
292
+
293
+
294
+ ### Example
295
+
296
+ ```typescript
297
+ import {
298
+ ClubsManagerApi,
299
+ Configuration,
300
+ CreateSportForClubRequest
301
+ } from '@tennac-booking/sdk';
302
+
303
+ const configuration = new Configuration();
304
+ const apiInstance = new ClubsManagerApi(configuration);
305
+
306
+ let createSportForClubRequest: CreateSportForClubRequest; //
307
+
308
+ const { status, data } = await apiInstance.createSportForClub(
309
+ createSportForClubRequest
310
+ );
311
+ ```
312
+
313
+ ### Parameters
314
+
315
+ |Name | Type | Description | Notes|
316
+ |------------- | ------------- | ------------- | -------------|
317
+ | **createSportForClubRequest** | **CreateSportForClubRequest**| | |
318
+
319
+
320
+ ### Return type
321
+
322
+ **CreateSportForClub201Response**
323
+
324
+ ### Authorization
325
+
326
+ [bearerAuth](../README.md#bearerAuth)
327
+
328
+ ### HTTP request headers
329
+
330
+ - **Content-Type**: application/json
331
+ - **Accept**: application/json
332
+
333
+
334
+ ### HTTP response details
335
+ | Status code | Description | Response headers |
336
+ |-------------|-------------|------------------|
337
+ |**201** | Sport créé | - |
338
+
339
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
340
+
341
+ # **createSubscriptionPlanForClub**
342
+ > SubscriptionPlanResponse createSubscriptionPlanForClub(createSubscriptionPlanRequest)
343
+
344
+ Crée un plan d\'abonnement Stripe pour un club
345
+
346
+ ### Example
347
+
348
+ ```typescript
349
+ import {
350
+ ClubsManagerApi,
351
+ Configuration,
352
+ CreateSubscriptionPlanRequest
353
+ } from '@tennac-booking/sdk';
354
+
355
+ const configuration = new Configuration();
356
+ const apiInstance = new ClubsManagerApi(configuration);
357
+
358
+ let createSubscriptionPlanRequest: CreateSubscriptionPlanRequest; //
359
+
360
+ const { status, data } = await apiInstance.createSubscriptionPlanForClub(
361
+ createSubscriptionPlanRequest
362
+ );
363
+ ```
364
+
365
+ ### Parameters
366
+
367
+ |Name | Type | Description | Notes|
368
+ |------------- | ------------- | ------------- | -------------|
369
+ | **createSubscriptionPlanRequest** | **CreateSubscriptionPlanRequest**| | |
370
+
371
+
372
+ ### Return type
373
+
374
+ **SubscriptionPlanResponse**
375
+
376
+ ### Authorization
377
+
378
+ [bearerAuth](../README.md#bearerAuth)
379
+
380
+ ### HTTP request headers
381
+
382
+ - **Content-Type**: application/json
383
+ - **Accept**: application/json
384
+
385
+
386
+ ### HTTP response details
387
+ | Status code | Description | Response headers |
388
+ |-------------|-------------|------------------|
389
+ |**201** | Plan d\'abonnement créé | - |
390
+ |**400** | Bad Request | - |
391
+ |**500** | Server Error | - |
392
+
393
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
394
+
395
+ # **deleteActuality**
396
+ > DeleteSlotsByClubInRange200Response deleteActuality()
397
+
398
+
399
+ ### Example
400
+
401
+ ```typescript
402
+ import {
403
+ ClubsManagerApi,
404
+ Configuration
405
+ } from '@tennac-booking/sdk';
406
+
407
+ const configuration = new Configuration();
408
+ const apiInstance = new ClubsManagerApi(configuration);
409
+
410
+ let actualityId: string; // (default to undefined)
411
+
412
+ const { status, data } = await apiInstance.deleteActuality(
413
+ actualityId
414
+ );
415
+ ```
416
+
417
+ ### Parameters
418
+
419
+ |Name | Type | Description | Notes|
420
+ |------------- | ------------- | ------------- | -------------|
421
+ | **actualityId** | [**string**] | | defaults to undefined|
422
+
423
+
424
+ ### Return type
425
+
426
+ **DeleteSlotsByClubInRange200Response**
427
+
428
+ ### Authorization
429
+
430
+ [bearerAuth](../README.md#bearerAuth)
431
+
432
+ ### HTTP request headers
433
+
434
+ - **Content-Type**: Not defined
435
+ - **Accept**: application/json
436
+
437
+
438
+ ### HTTP response details
439
+ | Status code | Description | Response headers |
440
+ |-------------|-------------|------------------|
441
+ |**200** | Actualité supprimée | - |
442
+
443
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
444
+
445
+ # **deleteCourt**
446
+ > DeleteCourtResponse deleteCourt()
447
+
448
+ Supprime un terrain et ses créneaux futurs
449
+
450
+ ### Example
451
+
452
+ ```typescript
453
+ import {
454
+ ClubsManagerApi,
455
+ Configuration
456
+ } from '@tennac-booking/sdk';
457
+
458
+ const configuration = new Configuration();
459
+ const apiInstance = new ClubsManagerApi(configuration);
460
+
461
+ let courtId: string; // (default to undefined)
462
+
463
+ const { status, data } = await apiInstance.deleteCourt(
464
+ courtId
465
+ );
466
+ ```
467
+
468
+ ### Parameters
469
+
470
+ |Name | Type | Description | Notes|
471
+ |------------- | ------------- | ------------- | -------------|
472
+ | **courtId** | [**string**] | | defaults to undefined|
473
+
474
+
475
+ ### Return type
476
+
477
+ **DeleteCourtResponse**
478
+
479
+ ### Authorization
480
+
481
+ [bearerAuth](../README.md#bearerAuth)
482
+
483
+ ### HTTP request headers
484
+
485
+ - **Content-Type**: Not defined
486
+ - **Accept**: application/json
487
+
488
+
489
+ ### HTTP response details
490
+ | Status code | Description | Response headers |
491
+ |-------------|-------------|------------------|
492
+ |**200** | Terrain supprimé | - |
493
+ |**400** | Bad Request | - |
494
+ |**404** | Terrain non trouvé | - |
495
+ |**500** | Server Error | - |
496
+
497
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
498
+
499
+ # **deleteSlotsByClubInRange**
500
+ > DeleteSlotsByClubInRange200Response deleteSlotsByClubInRange()
501
+
502
+
503
+ ### Example
504
+
505
+ ```typescript
506
+ import {
507
+ ClubsManagerApi,
508
+ Configuration
509
+ } from '@tennac-booking/sdk';
510
+
511
+ const configuration = new Configuration();
512
+ const apiInstance = new ClubsManagerApi(configuration);
513
+
514
+ const { status, data } = await apiInstance.deleteSlotsByClubInRange();
515
+ ```
516
+
517
+ ### Parameters
518
+ This endpoint does not have any parameters.
519
+
520
+
521
+ ### Return type
522
+
523
+ **DeleteSlotsByClubInRange200Response**
524
+
525
+ ### Authorization
526
+
527
+ [bearerAuth](../README.md#bearerAuth)
528
+
529
+ ### HTTP request headers
530
+
531
+ - **Content-Type**: Not defined
532
+ - **Accept**: application/json
533
+
534
+
535
+ ### HTTP response details
536
+ | Status code | Description | Response headers |
537
+ |-------------|-------------|------------------|
538
+ |**200** | Slots supprimés | - |
539
+
540
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
541
+
542
+ # **deleteSubscriptionPlanForClub**
543
+ > deleteSubscriptionPlanForClub()
544
+
545
+
546
+ ### Example
547
+
548
+ ```typescript
549
+ import {
550
+ ClubsManagerApi,
551
+ Configuration
552
+ } from '@tennac-booking/sdk';
553
+
554
+ const configuration = new Configuration();
555
+ const apiInstance = new ClubsManagerApi(configuration);
556
+
557
+ let productId: string; // (default to undefined)
558
+
559
+ const { status, data } = await apiInstance.deleteSubscriptionPlanForClub(
560
+ productId
561
+ );
562
+ ```
563
+
564
+ ### Parameters
565
+
566
+ |Name | Type | Description | Notes|
567
+ |------------- | ------------- | ------------- | -------------|
568
+ | **productId** | [**string**] | | defaults to undefined|
569
+
570
+
571
+ ### Return type
572
+
573
+ void (empty response body)
574
+
575
+ ### Authorization
576
+
577
+ [bearerAuth](../README.md#bearerAuth)
578
+
579
+ ### HTTP request headers
580
+
581
+ - **Content-Type**: Not defined
582
+ - **Accept**: Not defined
583
+
584
+
585
+ ### HTTP response details
586
+ | Status code | Description | Response headers |
587
+ |-------------|-------------|------------------|
588
+ |**204** | Plan supprimé | - |
589
+
590
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
591
+
592
+ # **publishActuality**
593
+ > UpdateActuality200Response publishActuality()
594
+
595
+
596
+ ### Example
597
+
598
+ ```typescript
599
+ import {
600
+ ClubsManagerApi,
601
+ Configuration
602
+ } from '@tennac-booking/sdk';
603
+
604
+ const configuration = new Configuration();
605
+ const apiInstance = new ClubsManagerApi(configuration);
606
+
607
+ let actualityId: string; // (default to undefined)
608
+
609
+ const { status, data } = await apiInstance.publishActuality(
610
+ actualityId
611
+ );
612
+ ```
613
+
614
+ ### Parameters
615
+
616
+ |Name | Type | Description | Notes|
617
+ |------------- | ------------- | ------------- | -------------|
618
+ | **actualityId** | [**string**] | | defaults to undefined|
619
+
620
+
621
+ ### Return type
622
+
623
+ **UpdateActuality200Response**
624
+
625
+ ### Authorization
626
+
627
+ [bearerAuth](../README.md#bearerAuth)
628
+
629
+ ### HTTP request headers
630
+
631
+ - **Content-Type**: Not defined
632
+ - **Accept**: application/json
633
+
634
+
635
+ ### HTTP response details
636
+ | Status code | Description | Response headers |
637
+ |-------------|-------------|------------------|
638
+ |**200** | Actualité publiée | - |
639
+
640
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
641
+
642
+ # **restoreSubscriptionPlanForClub**
643
+ > DeleteSlotsByClubInRange200Response restoreSubscriptionPlanForClub()
644
+
645
+
646
+ ### Example
647
+
648
+ ```typescript
649
+ import {
650
+ ClubsManagerApi,
651
+ Configuration
652
+ } from '@tennac-booking/sdk';
653
+
654
+ const configuration = new Configuration();
655
+ const apiInstance = new ClubsManagerApi(configuration);
656
+
657
+ let productId: string; // (default to undefined)
658
+
659
+ const { status, data } = await apiInstance.restoreSubscriptionPlanForClub(
660
+ productId
661
+ );
662
+ ```
663
+
664
+ ### Parameters
665
+
666
+ |Name | Type | Description | Notes|
667
+ |------------- | ------------- | ------------- | -------------|
668
+ | **productId** | [**string**] | | defaults to undefined|
669
+
670
+
671
+ ### Return type
672
+
673
+ **DeleteSlotsByClubInRange200Response**
674
+
675
+ ### Authorization
676
+
677
+ [bearerAuth](../README.md#bearerAuth)
678
+
679
+ ### HTTP request headers
680
+
681
+ - **Content-Type**: Not defined
682
+ - **Accept**: application/json
683
+
684
+
685
+ ### HTTP response details
686
+ | Status code | Description | Response headers |
687
+ |-------------|-------------|------------------|
688
+ |**200** | Plan restauré | - |
689
+
690
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
691
+
692
+ # **restoreSubscriptionPriceForClub**
693
+ > UpdateSubscriptionPlanForClub200Response restoreSubscriptionPriceForClub()
694
+
695
+
696
+ ### Example
697
+
698
+ ```typescript
699
+ import {
700
+ ClubsManagerApi,
701
+ Configuration
702
+ } from '@tennac-booking/sdk';
703
+
704
+ const configuration = new Configuration();
705
+ const apiInstance = new ClubsManagerApi(configuration);
706
+
707
+ let priceId: string; // (default to undefined)
708
+
709
+ const { status, data } = await apiInstance.restoreSubscriptionPriceForClub(
710
+ priceId
711
+ );
712
+ ```
713
+
714
+ ### Parameters
715
+
716
+ |Name | Type | Description | Notes|
717
+ |------------- | ------------- | ------------- | -------------|
718
+ | **priceId** | [**string**] | | defaults to undefined|
719
+
720
+
721
+ ### Return type
722
+
723
+ **UpdateSubscriptionPlanForClub200Response**
724
+
725
+ ### Authorization
726
+
727
+ [bearerAuth](../README.md#bearerAuth)
728
+
729
+ ### HTTP request headers
730
+
731
+ - **Content-Type**: Not defined
732
+ - **Accept**: application/json
733
+
734
+
735
+ ### HTTP response details
736
+ | Status code | Description | Response headers |
737
+ |-------------|-------------|------------------|
738
+ |**200** | Price restauré | - |
739
+
740
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
741
+
742
+ # **updateActuality**
743
+ > UpdateActuality200Response updateActuality(body)
744
+
745
+
746
+ ### Example
747
+
748
+ ```typescript
749
+ import {
750
+ ClubsManagerApi,
751
+ Configuration
752
+ } from '@tennac-booking/sdk';
753
+
754
+ const configuration = new Configuration();
755
+ const apiInstance = new ClubsManagerApi(configuration);
756
+
757
+ let actualityId: string; // (default to undefined)
758
+ let body: any; //
759
+
760
+ const { status, data } = await apiInstance.updateActuality(
761
+ actualityId,
762
+ body
763
+ );
764
+ ```
765
+
766
+ ### Parameters
767
+
768
+ |Name | Type | Description | Notes|
769
+ |------------- | ------------- | ------------- | -------------|
770
+ | **body** | **any**| | |
771
+ | **actualityId** | [**string**] | | defaults to undefined|
772
+
773
+
774
+ ### Return type
775
+
776
+ **UpdateActuality200Response**
777
+
778
+ ### Authorization
779
+
780
+ [bearerAuth](../README.md#bearerAuth)
781
+
782
+ ### HTTP request headers
783
+
784
+ - **Content-Type**: application/json
785
+ - **Accept**: application/json
786
+
787
+
788
+ ### HTTP response details
789
+ | Status code | Description | Response headers |
790
+ |-------------|-------------|------------------|
791
+ |**200** | Actualité mise à jour | - |
792
+
793
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
794
+
795
+ # **updateClub**
796
+ > ClubResponse updateClub(updateClubRequest)
797
+
798
+ Met à jour les informations d\'un club
799
+
800
+ ### Example
801
+
802
+ ```typescript
803
+ import {
804
+ ClubsManagerApi,
805
+ Configuration,
806
+ UpdateClubRequest
807
+ } from '@tennac-booking/sdk';
808
+
809
+ const configuration = new Configuration();
810
+ const apiInstance = new ClubsManagerApi(configuration);
811
+
812
+ let updateClubRequest: UpdateClubRequest; //
813
+
814
+ const { status, data } = await apiInstance.updateClub(
815
+ updateClubRequest
816
+ );
817
+ ```
818
+
819
+ ### Parameters
820
+
821
+ |Name | Type | Description | Notes|
822
+ |------------- | ------------- | ------------- | -------------|
823
+ | **updateClubRequest** | **UpdateClubRequest**| | |
824
+
825
+
826
+ ### Return type
827
+
828
+ **ClubResponse**
829
+
830
+ ### Authorization
831
+
832
+ [bearerAuth](../README.md#bearerAuth)
833
+
834
+ ### HTTP request headers
835
+
836
+ - **Content-Type**: application/json
837
+ - **Accept**: application/json
838
+
839
+
840
+ ### HTTP response details
841
+ | Status code | Description | Response headers |
842
+ |-------------|-------------|------------------|
843
+ |**200** | Club mis à jour | - |
844
+ |**400** | Bad Request | - |
845
+ |**404** | Club non trouvé | - |
846
+ |**500** | Server Error | - |
847
+
848
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
849
+
850
+ # **updateClubInfos**
851
+ > any updateClubInfos(body)
852
+
853
+
854
+ ### Example
855
+
856
+ ```typescript
857
+ import {
858
+ ClubsManagerApi,
859
+ Configuration
860
+ } from '@tennac-booking/sdk';
861
+
862
+ const configuration = new Configuration();
863
+ const apiInstance = new ClubsManagerApi(configuration);
864
+
865
+ let body: any; //
866
+
867
+ const { status, data } = await apiInstance.updateClubInfos(
868
+ body
869
+ );
870
+ ```
871
+
872
+ ### Parameters
873
+
874
+ |Name | Type | Description | Notes|
875
+ |------------- | ------------- | ------------- | -------------|
876
+ | **body** | **any**| | |
877
+
878
+
879
+ ### Return type
880
+
881
+ **any**
882
+
883
+ ### Authorization
884
+
885
+ [bearerAuth](../README.md#bearerAuth)
886
+
887
+ ### HTTP request headers
888
+
889
+ - **Content-Type**: application/json
890
+ - **Accept**: application/json
891
+
892
+
893
+ ### HTTP response details
894
+ | Status code | Description | Response headers |
895
+ |-------------|-------------|------------------|
896
+ |**200** | Infos mises à jour | - |
897
+
898
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
899
+
900
+ # **updateCourt**
901
+ > any updateCourt(body)
902
+
903
+
904
+ ### Example
905
+
906
+ ```typescript
907
+ import {
908
+ ClubsManagerApi,
909
+ Configuration
910
+ } from '@tennac-booking/sdk';
911
+
912
+ const configuration = new Configuration();
913
+ const apiInstance = new ClubsManagerApi(configuration);
914
+
915
+ let courtId: string; // (default to undefined)
916
+ let body: any; //
917
+
918
+ const { status, data } = await apiInstance.updateCourt(
919
+ courtId,
920
+ body
921
+ );
922
+ ```
923
+
924
+ ### Parameters
925
+
926
+ |Name | Type | Description | Notes|
927
+ |------------- | ------------- | ------------- | -------------|
928
+ | **body** | **any**| | |
929
+ | **courtId** | [**string**] | | defaults to undefined|
930
+
931
+
932
+ ### Return type
933
+
934
+ **any**
935
+
936
+ ### Authorization
937
+
938
+ [bearerAuth](../README.md#bearerAuth)
939
+
940
+ ### HTTP request headers
941
+
942
+ - **Content-Type**: application/json
943
+ - **Accept**: application/json
944
+
945
+
946
+ ### HTTP response details
947
+ | Status code | Description | Response headers |
948
+ |-------------|-------------|------------------|
949
+ |**200** | Terrain mis à jour | - |
950
+
951
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
952
+
953
+ # **updateSubscriptionPlanForClub**
954
+ > UpdateSubscriptionPlanForClub200Response updateSubscriptionPlanForClub(body)
955
+
956
+
957
+ ### Example
958
+
959
+ ```typescript
960
+ import {
961
+ ClubsManagerApi,
962
+ Configuration
963
+ } from '@tennac-booking/sdk';
964
+
965
+ const configuration = new Configuration();
966
+ const apiInstance = new ClubsManagerApi(configuration);
967
+
968
+ let priceId: string; // (default to undefined)
969
+ let body: any; //
970
+
971
+ const { status, data } = await apiInstance.updateSubscriptionPlanForClub(
972
+ priceId,
973
+ body
974
+ );
975
+ ```
976
+
977
+ ### Parameters
978
+
979
+ |Name | Type | Description | Notes|
980
+ |------------- | ------------- | ------------- | -------------|
981
+ | **body** | **any**| | |
982
+ | **priceId** | [**string**] | | defaults to undefined|
983
+
984
+
985
+ ### Return type
986
+
987
+ **UpdateSubscriptionPlanForClub200Response**
988
+
989
+ ### Authorization
990
+
991
+ [bearerAuth](../README.md#bearerAuth)
992
+
993
+ ### HTTP request headers
994
+
995
+ - **Content-Type**: application/json
996
+ - **Accept**: application/json
997
+
998
+
999
+ ### HTTP response details
1000
+ | Status code | Description | Response headers |
1001
+ |-------------|-------------|------------------|
1002
+ |**200** | Plan mis à jour | - |
1003
+
1004
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1005
+