@@ -70,11 +70,11 @@ def cancel(
7070 pair. Can optionally be provided one or more recipients to scope the request to.
7171
7272 Args:
73- cancellation_key: An optional key that is used to reference a specific workflow trigger request
74- when issuing a [workflow cancellation](/send-notifications/canceling-workflows)
75- request. Must be provided while triggering a workflow in order to enable
76- subsequent cancellation. Should be unique across trigger requests to avoid
77- unintentional cancellations.
73+ cancellation_key: A key that is used to reference a specific workflow trigger request when issuing
74+ a [workflow cancellation](/send-notifications/canceling-workflows) request. Must
75+ be provided while triggering a workflow in order to enable subsequent
76+ cancellation. Should be unique across trigger requests to avoid unintentional
77+ cancellations.
7878
7979 recipients: A list of recipients to cancel the notification for. If omitted, cancels for all
8080 recipients associated with the cancellation key.
@@ -143,11 +143,11 @@ def trigger(
143143 (string), an inline user request (object), or an inline object request, which is
144144 determined by the presence of a `collection` property.
145145
146- cancellation_key: An optional key that is used to reference a specific workflow trigger request
147- when issuing a [workflow cancellation](/send-notifications/canceling-workflows)
148- request. Must be provided while triggering a workflow in order to enable
149- subsequent cancellation. Should be unique across trigger requests to avoid
150- unintentional cancellations.
146+ cancellation_key: A key that is used to reference a specific workflow trigger request when issuing
147+ a [workflow cancellation](/send-notifications/canceling-workflows) request. Must
148+ be provided while triggering a workflow in order to enable subsequent
149+ cancellation. Should be unique across trigger requests to avoid unintentional
150+ cancellations.
151151
152152 data: An optional map of data to pass into the workflow execution. There is a 10MB
153153 limit on the size of the full `data` payload. Any individual string value
@@ -235,11 +235,11 @@ async def cancel(
235235 pair. Can optionally be provided one or more recipients to scope the request to.
236236
237237 Args:
238- cancellation_key: An optional key that is used to reference a specific workflow trigger request
239- when issuing a [workflow cancellation](/send-notifications/canceling-workflows)
240- request. Must be provided while triggering a workflow in order to enable
241- subsequent cancellation. Should be unique across trigger requests to avoid
242- unintentional cancellations.
238+ cancellation_key: A key that is used to reference a specific workflow trigger request when issuing
239+ a [workflow cancellation](/send-notifications/canceling-workflows) request. Must
240+ be provided while triggering a workflow in order to enable subsequent
241+ cancellation. Should be unique across trigger requests to avoid unintentional
242+ cancellations.
243243
244244 recipients: A list of recipients to cancel the notification for. If omitted, cancels for all
245245 recipients associated with the cancellation key.
@@ -308,11 +308,11 @@ async def trigger(
308308 (string), an inline user request (object), or an inline object request, which is
309309 determined by the presence of a `collection` property.
310310
311- cancellation_key: An optional key that is used to reference a specific workflow trigger request
312- when issuing a [workflow cancellation](/send-notifications/canceling-workflows)
313- request. Must be provided while triggering a workflow in order to enable
314- subsequent cancellation. Should be unique across trigger requests to avoid
315- unintentional cancellations.
311+ cancellation_key: A key that is used to reference a specific workflow trigger request when issuing
312+ a [workflow cancellation](/send-notifications/canceling-workflows) request. Must
313+ be provided while triggering a workflow in order to enable subsequent
314+ cancellation. Should be unique across trigger requests to avoid unintentional
315+ cancellations.
316316
317317 data: An optional map of data to pass into the workflow execution. There is a 10MB
318318 limit on the size of the full `data` payload. Any individual string value
0 commit comments