Support
User
Reply to a support ticket owned by the authenticated user
Requires a fresh account session, X-CSRF-Token, ownership of the numeric ticket id and a non-closed ticket. The reply is persisted before best-effort notification. The JSON body is capped at 32 KiB and ticket contents are never exposed through the public MCP.
post/api/v1/support/ticket/{id}/reply
Path parameters
idinteger required
Internal ticket id; ownership is revalidated server-side.
Headers
X-CSRF-Tokenstring required
Fresh token returned by GET /api/v1/user/me for this authenticated session.
Request body
Response
Reply persisted
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○