PostsController.Trash Method
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
Trash(int)
Trash a post.
public Post Trash(int id)
Parameters
- id
- int
Id of the post to trash.
Returns
Post
The trashed post.