Collections-Comments
Number of APIs: 4
-
Get a collection's comments GET {{baseUrl}}/collections/{{collectionUid}}/comments
-
Create a collection comment POST {{baseUrl}}/collections/{{collectionUid}}/comments
-
Update a collection's comment PUT {{baseUrl}}/collections/{{collectionUid}}/comments/{{commentId}}
-
Delete a collection's comment DELETE {{baseUrl}}/collections/{{collectionUid}}/comments/{{commentId}}