# Update a comment **PATCH /platform/comments/{comment}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **comment** (integer) The comment id ### Body: application/json (object) - **content** (string) - **content_strip** (string) ## Responses ### 200 returns the updated comment #### Body: application/json (object) - **id_ambassador_post** (integer(int32)) - **author** (object) - **content** (string(nullable)) - **nb_likes** (integer(int32)) - **comments** (array[object]) - **date_created** (string(date-time)) - **date_timestamp** (boolean) - **liked** (boolean) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 404 Not found - The comment does not exist [Powered by Bump.sh](https://bump.sh)