setFeaturedEvent
Sets a featured event for a group.
Parameters
Name | Type | Description |
---|---|---|
groupId | Identifier | The ID of the group to set the event for. |
eventId | EventId | The ID of the event to set. |
Example
const { data: eventId } = await ClassicGroupsApi.setFeaturedEvent({
groupId: 15842838,
eventId: "5904751593700196492",
});
Endpoint
POST /v1/featured-content/event