SpacesController.PostStar Method
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
PostStar(int)
Mark a space as starred by the current user.
public Space PostStar(int id)
Parameters
- id
- int
The space id.
Returns
Space
The starred space.