@@ -127,7 +127,7 @@ Methods:
127127
128128- <code title =" post /providers " >client.providers.<a href =" ./src/courier/resources/providers/providers.py " >create</a >(\*\* <a href =" src/courier/types/provider_create_params.py " >params</a >) -> <a href =" ./src/courier/types/provider.py " >Provider</a ></code >
129129- <code title =" get /providers/{id} " >client.providers.<a href =" ./src/courier/resources/providers/providers.py " >retrieve</a >(id) -> <a href =" ./src/courier/types/provider.py " >Provider</a ></code >
130- - <code title =" post /providers/{id}" >client.providers.<a href =" ./src/courier/resources/providers/providers.py " >update</a >(id, \*\* <a href =" src/courier/types/provider_update_params.py " >params</a >) -> <a href =" ./src/courier/types/provider.py " >Provider</a ></code >
130+ - <code title =" put /providers/{id}" >client.providers.<a href =" ./src/courier/resources/providers/providers.py " >update</a >(id, \*\* <a href =" src/courier/types/provider_update_params.py " >params</a >) -> <a href =" ./src/courier/types/provider.py " >Provider</a ></code >
131131- <code title =" get /providers " >client.providers.<a href =" ./src/courier/resources/providers/providers.py " >list</a >(\*\* <a href =" src/courier/types/provider_list_params.py " >params</a >) -> <a href =" ./src/courier/types/provider_list_response.py " >ProviderListResponse</a ></code >
132132- <code title =" delete /providers/{id} " >client.providers.<a href =" ./src/courier/resources/providers/providers.py " >delete</a >(id) -> None</code >
133133
@@ -352,7 +352,6 @@ from courier.types import (
352352 NotificationLocalePutRequest,
353353 NotificationTemplateCreateRequest,
354354 NotificationTemplateGetResponse,
355- NotificationTemplateMutationResponse,
356355 NotificationTemplatePayload,
357356 NotificationTemplatePublishRequest,
358357 NotificationTemplateState,
@@ -367,7 +366,7 @@ from courier.types import (
367366
368367Methods:
369368
370- - <code title =" post /notifications " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >create</a >(\*\* <a href =" src/courier/types/notification_create_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_template_mutation_response .py " >NotificationTemplateMutationResponse </a ></code >
369+ - <code title =" post /notifications " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >create</a >(\*\* <a href =" src/courier/types/notification_create_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_template_get_response .py " >NotificationTemplateGetResponse </a ></code >
371370- <code title =" get /notifications/{id} " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >retrieve</a >(id, \*\* <a href =" src/courier/types/notification_retrieve_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_template_get_response.py " >NotificationTemplateGetResponse</a ></code >
372371- <code title =" get /notifications " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >list</a >(\*\* <a href =" src/courier/types/notification_list_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_list_response.py " >NotificationListResponse</a ></code >
373372- <code title =" delete /notifications/{id} " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >archive</a >(id) -> None</code >
@@ -376,7 +375,7 @@ Methods:
376375- <code title =" put /notifications/{id}/content " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >put_content</a >(id, \*\* <a href =" src/courier/types/notification_put_content_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_content_mutation_response.py " >NotificationContentMutationResponse</a ></code >
377376- <code title =" put /notifications/{id}/elements/{elementId} " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >put_element</a >(element_id, \* , id, \*\* <a href =" src/courier/types/notification_put_element_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_content_mutation_response.py " >NotificationContentMutationResponse</a ></code >
378377- <code title =" put /notifications/{id}/locales/{localeId} " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >put_locale</a >(locale_id, \* , id, \*\* <a href =" src/courier/types/notification_put_locale_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_content_mutation_response.py " >NotificationContentMutationResponse</a ></code >
379- - <code title =" put /notifications/{id} " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >replace</a >(id, \*\* <a href =" src/courier/types/notification_replace_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_template_mutation_response .py " >NotificationTemplateMutationResponse </a ></code >
378+ - <code title =" put /notifications/{id} " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >replace</a >(id, \*\* <a href =" src/courier/types/notification_replace_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_template_get_response .py " >NotificationTemplateGetResponse </a ></code >
380379- <code title =" get /notifications/{id}/content " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >retrieve_content</a >(id, \*\* <a href =" src/courier/types/notification_retrieve_content_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_retrieve_content_response.py " >NotificationRetrieveContentResponse</a ></code >
381380
382381## Checks
@@ -403,20 +402,19 @@ from courier.types import (
403402 RoutingStrategyCreateRequest,
404403 RoutingStrategyGetResponse,
405404 RoutingStrategyListResponse,
406- RoutingStrategyMutationResponse,
407405 RoutingStrategyReplaceRequest,
408406 RoutingStrategySummary,
409407)
410408```
411409
412410Methods:
413411
414- - <code title =" post /routing-strategies " >client.routing_strategies.<a href =" ./src/courier/resources/routing_strategies.py " >create</a >(\*\* <a href =" src/courier/types/routing_strategy_create_params.py " >params</a >) -> <a href =" ./src/courier/types/routing_strategy_mutation_response .py " >RoutingStrategyMutationResponse </a ></code >
412+ - <code title =" post /routing-strategies " >client.routing_strategies.<a href =" ./src/courier/resources/routing_strategies.py " >create</a >(\*\* <a href =" src/courier/types/routing_strategy_create_params.py " >params</a >) -> <a href =" ./src/courier/types/routing_strategy_get_response .py " >RoutingStrategyGetResponse </a ></code >
415413- <code title =" get /routing-strategies/{id} " >client.routing_strategies.<a href =" ./src/courier/resources/routing_strategies.py " >retrieve</a >(id) -> <a href =" ./src/courier/types/routing_strategy_get_response.py " >RoutingStrategyGetResponse</a ></code >
416414- <code title =" get /routing-strategies " >client.routing_strategies.<a href =" ./src/courier/resources/routing_strategies.py " >list</a >(\*\* <a href =" src/courier/types/routing_strategy_list_params.py " >params</a >) -> <a href =" ./src/courier/types/routing_strategy_list_response.py " >RoutingStrategyListResponse</a ></code >
417415- <code title =" delete /routing-strategies/{id} " >client.routing_strategies.<a href =" ./src/courier/resources/routing_strategies.py " >archive</a >(id) -> None</code >
418416- <code title =" get /routing-strategies/{id}/notifications " >client.routing_strategies.<a href =" ./src/courier/resources/routing_strategies.py " >list_notifications</a >(id, \*\* <a href =" src/courier/types/routing_strategy_list_notifications_params.py " >params</a >) -> <a href =" ./src/courier/types/associated_notification_list_response.py " >AssociatedNotificationListResponse</a ></code >
419- - <code title =" put /routing-strategies/{id} " >client.routing_strategies.<a href =" ./src/courier/resources/routing_strategies.py " >replace</a >(id, \*\* <a href =" src/courier/types/routing_strategy_replace_params.py " >params</a >) -> <a href =" ./src/courier/types/routing_strategy_mutation_response .py " >RoutingStrategyMutationResponse </a ></code >
417+ - <code title =" put /routing-strategies/{id} " >client.routing_strategies.<a href =" ./src/courier/resources/routing_strategies.py " >replace</a >(id, \*\* <a href =" src/courier/types/routing_strategy_replace_params.py " >params</a >) -> <a href =" ./src/courier/types/routing_strategy_get_response .py " >RoutingStrategyGetResponse </a ></code >
420418
421419# Profiles
422420
0 commit comments