We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069f552 commit 90e55bcCopy full SHA for 90e55bc
getstream/chat/async_rest_client.py
@@ -92,8 +92,8 @@ async def start_campaign(
92
json=json,
93
)
94
95
- @telemetry.operation_name("getstream.api.chat.schedule_campaign")
96
- async def schedule_campaign(
+ @telemetry.operation_name("getstream.api.chat.stop_campaign")
+ async def stop_campaign(
97
self,
98
id: str,
99
) -> StreamResponse[CampaignResponse]:
getstream/chat/rest_client.py
@@ -92,8 +92,8 @@ def start_campaign(
- def schedule_campaign(
+ def stop_campaign(
0 commit comments