Articles Comments

Number of APIs: 5

  1. Create a translation comment POST {{baseUrl}}/v1/articles/:article_id/translations/{locale}/comments

  2. Update a translation comment PATCH {{baseUrl}}/v1/articles/:article_id/translations/{locale}/comments/{comment_id}

  3. Delete a translation comment DELETE {{baseUrl}}/v1/articles/:article_id/translations/{locale}/comments/{comment_id}

  4. Get a article translation comment GET {{baseUrl}}/v1/articles/:article_id/translations/{locale}/comments/{comment_id}

  5. List all translation comments GET {{baseUrl}}/v1/articles/:article_id/translations/{locale}comments