---
title: "PUT /tasks/{id}/pushNotification"
method: PUT
path: "/tasks/{id}/pushNotification"
---

# PUT /tasks/{id}/pushNotification

`PUT /tasks/{id}/pushNotification`

## Request body

- PushNotificationConfig
  - `url` string, required
  - `token` string, nullable
  - `authentication` AuthenticationInfo — unresolved $ref

## Response `200`

Push notification configuration set successfully

- PushNotificationConfig
  - `url` string, required
  - `token` string, nullable
  - `authentication` AuthenticationInfo — unresolved $ref

---

[API](https://skmtc.dev/a2aproject/apis/a2a-api.md) · [All operations](https://skmtc.dev/a2aproject/apis/a2a-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/a2aproject/a2a-api/revisions/546a5adf6c32/schema)
