---
title: "Publish Comment Event"
method: POST
path: "/api/py/portals/comments/publish"
---

# Publish Comment Event

`POST /api/py/portals/comments/publish`

Internal, service-key-authenticated publish for portal comment realtime.

Driven fire-and-forget by the tRPC comment mutations after a successful DB
write. Best-effort: failures here never affect the already-committed write.

## Request body

- PublishCommentEventRequest
  - `channel` string, required
  - `name` string, required
  - `event_id` string, required
  - `data` object, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
