Skip to main content

🚨 Issue with the “Update a Comment” Endpoint in FluentCommunity API

I’m running into an issue with the endpoint used to update an existing comment in FluentCommunity.

According to the official documentation, the following request should work:

POST /wp-json/fluent-community/v2/feeds/{feed_id}/comments/{comment_id}

Everything in my request is correctly set up:

  • Method: POST
  • URL formatted with the correct feed_id and comment_id
  • JSON body includes the required message field
  • Authentication is correct
  • Structure matches the sample cURL provided in the docs

👉 However, the API consistently returns:

“The resource you are requesting could not be found”
No route was found matching the URL and request method.

I’ve attached two screenshots:

  1. The exact documentation snippet.
  2. My n8n HTTP request, fully aligned with the specs.

Everything looks correct, yet the endpoint is never recognized.

Has anyone else encountered this issue with this endpoint?
Could there be an inconsistency in the documentation or in the current API implementation?

🚨 Issue with the “Update a Comment” Endpoint in FluentCommunity API 🚨 Issue with the “Update a Comment” Endpoint in FluentCommunity API

Jean-Marc DEDEYAN

API REST documentation is under development... what a pain... That's the reason lesnocodeurs I 've the same issue for many needs in automation...