spaces REST Endpoints

Social Wish Lists/spaces
API for spaces belonging to a user or a site
Create a space
Method: post
Path: /swm/rs/v1/spaces
Delete a space
Method: delete
Path: /swm/rs/v1/spaces/{spaceId}
Get a space
Method: get
Path: /swm/rs/v1/spaces/{spaceId}
List all spaces
Method: get
Path: /swm/rs/v1/sites/{siteId}/spaces
Update a space
Method: put
Path: /swm/rs/v1/spaces/{spaceId}