# Modifies an existing discussion. Requires authenticated user and ownership permissions. **PATCH /api/v1/discussions/{discussionId}** ## Servers - Production: https://crowdparlay.com (Production) ## Parameters ### Path parameters - **discussionId** (string) The unique identifier of the discussion to update. ### Body: application/json (object) The updated discussion data. - **title** (string | null) - **description** (string | null) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) - **title** (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]) ### 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)