1 件の通知を既読にする
POST /v1/notifications/:id/read:単一の通知を既読にします。操作は冪等です。
POST /v1/notifications/:id/read
単一の通知を既読にします。操作は冪等です。{ ok: true, updated } を返します。すでに既読の場合は updated が false です。id が存在しない場合のみ 404 を返します。
| メソッド | POST |
| パス | /v1/notifications/:id/read |
| 認証 | GATEWAY_AUTH_TOKEN が設定されている場合は Authorization: Bearer <token> が必要 |
| カテゴリ | notifications |