Appearance
PATCH
/feeds/{feed_id}/comments/{comment_id}
CommentsController@patchComment
fluent-community/app/Http/Routes/api.php:55
fluent-community/app/Http/Controllers/CommentsController.php
Patch Comment for the FluentCommunity Comments API.
Controller: CommentsController@patchComment Route source: fluent-community/app/Http/Routes/api.php:55
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
PATCH/feeds/{feed_id}/comments/{comment_id}CommentsController@patchCommentfluent-community/app/Http/Routes/api.php:55fluent-community/app/Http/Controllers/CommentsController.phpPATCH Patch Comment
Patch Comment for the FluentCommunity Comments API.
Controller:
CommentsController@patchCommentRoute source:
fluent-community/app/Http/Routes/api.php:55Authorizations
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