diff --git a/docs/specification/draft/schema.mdx b/docs/specification/draft/schema.mdx index 257507e43..30c9367aa 100644 --- a/docs/specification/draft/schema.mdx +++ b/docs/specification/draft/schema.mdx @@ -289,9 +289,9 @@ for task augmentation of specific request types in their capabilities.
interface CancelledNotificationParams {See General fields: _meta for notes on _meta usage.
An optional string describing the reason for the cancellation. This MAY be logged or presented to the user.
The ID of the request to cancel.
This MUST correspond to the ID of a request previously issued in the same direction. +
Parameters for a notifications/cancelled notification.
See General fields: _meta for notes on _meta usage.
An optional string describing the reason for the cancellation. This MAY be logged or presented to the user.
The ID of the request to cancel.
This MUST correspond to the ID of a request previously issued in the same direction.
This MUST be provided for cancelling non-task requests.
-This MUST NOT be used for cancelling tasks (use the tasks/cancel request instead).
Deprecated: Use the tasks/cancel request instead of this notification for task cancellation.
tasks/cancel request instead).
Parameters for a
notifications/cancellednotification.