---
title: "PATCH /push_notifications/{id}/"
method: PATCH
path: "/push_notifications/{id}/"
tags: ["push_notifications"]
---

# PATCH /push_notifications/{id}/

`PATCH /push_notifications/{id}/`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `format` 'json' | 'xlsx'

## Request body

- PatchedPushNotification
  - `id` string, uuid
  - `url` string, uri
  - `account` string, uri
  - `external_id` string, uuid, nullable
  - `state` 'queued' | 'pending' | 'failed' | 'sent'
  - `notification` string, uri
  - `recipient` string, uri
  - `task` string, uri
  - `event` union
    - 'create' | 'assign' | 'unassign' | 'reject' | 'accept' | 'unaccept' | 'transit' | 'activate' | 'complete' | 'fail' | 'cancel' | 'assignee_near' | 'assignee_away' | 'updated'
    - ''
    - unknown
  - `subject` string
  - `message` string
  - `error` string, nullable
  - `pending_at` string, date-time
  - `failed_at` string, date-time
  - `sent_at` string, date-time
  - `created_at` string, date-time

## Response `200`

---

[API](https://skmtc.net/oeklo/apis/gsmtasks-project-api.md) · [All operations](https://skmtc.net/oeklo/apis/gsmtasks-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oeklo/gsmtasks-project-api/versions/2557a8fec764/schema)
