# Creates a new reply to a specified comment. Requires authenticated user. **POST /api/v1/comments/{commentId}/replies** ## Servers - Production: https://crowdparlay.com (Production) ## Parameters ### Path parameters - **commentId** (string) The unique identifier of the comment being replied to. ### Body: application/json (object) The content of the reply. - **content** (string) ## Responses ### 201 Created #### Body: application/json (object) - **id** (string) - **subject_id** (string) - **content** (string) - **author** (object | null) - **created_at** (string(date-time)) - **comment_count** (integer(int32)) - **last_comments_authors** (array[object]) - **reaction_counters** (object) - **viewer_reactions** (array[string]) ### 400 Bad Request #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) - **errors** (object) ### 403 Forbidden #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 404 Not Found #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 500 Internal Server Error #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)