Articles Comments
Number of APIs: 5
-
Create a translation comment POST {{baseUrl}}/v1/articles/:article_id/translations/{locale}/comments
-
Update a translation comment PATCH {{baseUrl}}/v1/articles/:article_id/translations/{locale}/comments/{comment_id}
-
Delete a translation comment DELETE {{baseUrl}}/v1/articles/:article_id/translations/{locale}/comments/{comment_id}
-
Get a article translation comment GET {{baseUrl}}/v1/articles/:article_id/translations/{locale}/comments/{comment_id}
-
List all translation comments GET {{baseUrl}}/v1/articles/:article_id/translations/{locale}comments