Add campaign to guild
add_campaign_to_guildAdd a campaign to a guild. Any active member of the guild can do this; the calling user must be the campaign's GM (enforced server-side).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guildId | Yes | Guild ID. | |
| campaignId | Yes | Campaign ID to add to the guild. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guildId | Yes | ||
| success | Yes | ||
| campaignId | Yes |