Appearance
POST
/feeds/{feed_id}/comments/{comment_id}
CommentsController@update
fluent-community/app/Http/Routes/api.php:53
fluent-community/app/Http/Controllers/CommentsController.php
Update Comment for the FluentCommunity Comments API.
Controller: CommentsController@update Route source: fluent-community/app/Http/Routes/api.php:53
WordPress Application Passwords — use Basic auth with username:application_password.
Feed ID extracted from the URL path.
Comment ID extracted from the URL path.
Successful response
Endpoint
POST/feeds/{feed_id}/comments/{comment_id}CommentsController@updatefluent-community/app/Http/Routes/api.php:53fluent-community/app/Http/Controllers/CommentsController.phpPOST Update Comment
Update Comment for the FluentCommunity Comments API.
Controller:
CommentsController@updateRoute source:
fluent-community/app/Http/Routes/api.php:53Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Feed ID extracted from the URL path.
Comment ID extracted from the URL path.
Responses
Successful response
Playground
Authorization
Variables
Samples