Skip to content

reply

reference
1 min readUpdated

Kind: API Endpoint

Source: atloria-monorepo/apps/api/src/issues/public-issues.controller.ts

Customer reply on a tracked ticket (no auth — session id proves ownership). Reopens RESOLVED/CLOSED/PENDING/ON_HOLD tickets.

Endpoint

POST /public/issues/:projectSlugId/:ticketNumber/reply

ParameterInTypeRequiredDescription
projectSlugIdpathstring
ticketNumberpathnumber

Referenced By

  • PublicIssuesController (MODULE_DECLARES)

Was this page helpful?

Download as PDF