# Updates reactions on a specified discussion. Requires authenticated user. **POST /api/v1/discussions/{discussionId}/reactions** ## Servers - Production: https://crowdparlay.com (Production) ## Parameters ### Path parameters - **discussionId** (string) The unique identifier of the discussion to react to. ### Body: application/json (array[string]) The set of reaction identifiers to apply. array[string] ## Responses ### 204 No Content ### 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)