Templates

Publish A Template

Publishes the provided template data, or the current draft when the body omits `template`.

POST
/v1/guilds/{guild}/templates/{templateId}/publish

Publishes the provided template data, or the current draft when the body omits template.

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

guild*string
templateId*string

Response Body

curl -X POST "https://example.com/v1/guilds/string/templates/string/publish"

How is this guide?