We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9fc50 commit bf8cfe2Copy full SHA for bf8cfe2
src/client/client.ts
@@ -318,7 +318,7 @@ export class A2AClient {
318
319
/**
320
* Deletes the push notification configuration for a given task.
321
- * @param params Parameters containing the taskId.
+ * @param params Parameters containing the taskId and push notification configuration ID.
322
* @returns A Promise resolving to DeleteTaskPushNotificationConfigResponse.
323
*/
324
public async deleteTaskPushNotificationConfig(params: DeleteTaskPushNotificationConfigParams): Promise<DeleteTaskPushNotificationConfigResponse> {
0 commit comments