SpacesController.Put Method
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
Put(Int32, Space)
Updates a space.
public Space Put(int id, Space space)
Parameters
- id
- System.Int32
- space
- Space
Returns
Space
The updated space.