authedUserCreateBundleFavorite
Favorites a specific bundle for the authenticated user.
Parameters
Name | Type | Description |
---|---|---|
userId | UserId | The ID of the authenticated user. |
bundleId | AssetId | The ID of the bundle to create favorite for. |
Example
const { data: favorite } = await ClassicCatalogApi.authedUserCreateBundleFavorite({ userId: 45348281, bundleId: 429 });
Endpoint
POST /v1/favorites/users/{userId}/bundles/{bundleId}/favorite