Packages

Install A Package Into The Guild

Installs any installable package (not just the guild's own). Private password-protected packages require `password`.

POST
/v1/guilds/{guild}/packages/{packageId}/install

Installs any installable package (not just the guild's own). Private password-protected packages require password.

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

guild*string
packageId*string

Response Body

curl -X POST "https://example.com/v1/guilds/string/packages/string/install"

How is this guide?