comments REST Endpoints

Social Wish Lists/comments
API for comment posts in a space
Create a comment post
Method: post
Path: /swm/rs/v1/spaces/{spaceId}/comments
Delete a comment post
Method: delete
Path: /swm/rs/v1/spaces/{spaceId}/comments/{contentId}
Get a comment post
Method: get
Path: /swm/rs/v1/spaces/{spaceId}/comments/{contentId}
Update a comment post
Method: put
Path: /swm/rs/v1/spaces/{spaceId}/comments/{contentId}