Follow a Collection
POST/games/:game-id/collections/:collection-id/followers
Follow a collection for a game. Successful request will return the Mod Collection Object.
Request
Responses
- 200
- 201
- 400
- 403
OK. The collection was already followed.
Created. The collection was successfully followed.
Bad Request. Invalid parameters provided.
Forbidden. The authenticated user does not have permission to follow this collection.