PUT api/Reactions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Reaction| Name | Description | Type | Additional information |
|---|---|---|---|
| ReactionId | integer |
None. |
|
| Name | string |
None. |
|
| Value | string |
None. |
|
| ReactionTypeId | integer |
None. |
|
| Description | string |
None. |
|
| IconUrl | string |
None. |
|
| HexaColor | string |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReactionId": 1,
"Name": "sample string 2",
"Value": "sample string 3",
"ReactionTypeId": 4,
"Description": "sample string 5",
"IconUrl": "sample string 6",
"HexaColor": "sample string 7",
"LastChanged": "2025-12-28T07:47:03.5920457+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<Reaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <Description>sample string 5</Description> <HexaColor>sample string 7</HexaColor> <IconUrl>sample string 6</IconUrl> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-12-28T07:47:03.5920457+00:00</LastChanged> <Name>sample string 2</Name> <ReactionId>1</ReactionId> <ReactionTypeId>4</ReactionTypeId> <Value>sample string 3</Value> </Reaction>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.