Tickets

Publish Or Unpublish A Ticket Transcript

Controls the staff-side share link. Only closed tickets can be published.

PUT
/v1/guilds/{guild}/tickets/{ticketId}/transcript/published

Controls the staff-side share link. Only closed tickets can be published.

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

guild*string
ticketId*string

Response Body

curl -X PUT "https://example.com/v1/guilds/string/tickets/string/transcript/published"

How is this guide?