authedUserFollowUniverse
Follows a particular universe as the authenticated user.
Parameters
Name | Type | Description |
---|---|---|
universeId | UniverseId | The ID of the universe to follow. |
userId | UserId | The ID of the authenticated user. |
Example
const { data: ids } = await LegacyFollowingsApi.authedUserFollowUniverse({ universeId: 4922741943, userId: 45348281 });
Example Data
{ universeId: 4922741943, userId: 45348281 }
Endpoint
POST /v1/users/{userId}/universes/{universeId}