spaces REST Endpoints
Social Wish Lists/spaces
API for spaces belonging to a user or a site
- Create a space
- Method: postPath:
/swm/rs/v1/spaces - Delete a space
- Method: deletePath:
/swm/rs/v1/spaces/{spaceId} - Get a space
- Method: getPath:
/swm/rs/v1/spaces/{spaceId} - List all spaces
- Method: getPath:
/swm/rs/v1/sites/{siteId}/spaces - Update a space
- Method: putPath:
/swm/rs/v1/spaces/{spaceId}