UsersController.Follow Method
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
Follow(int)
Start following a person.
public User Follow(int id)
Parameters
- id
- int
The user id.
Returns
User
The followed user.