comments REST Endpoints
Social Wish Lists/comments
API for comment posts in a space
- Create a comment post
- Method: postPath:
/swm/rs/v1/spaces/{spaceId}/comments - Delete a comment post
- Method: deletePath:
/swm/rs/v1/spaces/{spaceId}/comments/{contentId} - Get a comment post
- Method: getPath:
/swm/rs/v1/spaces/{spaceId}/comments/{contentId} - Update a comment post
- Method: putPath:
/swm/rs/v1/spaces/{spaceId}/comments/{contentId}