LikeUpdate
Registers a 'like' on a specific update, providing a quick way to acknowledge or endorse updates.
Input
Name | Type | Required | Description |
UpdateId | String | True | The unique identifier for the update operation being processed, used to track and reference the specific update action within the system. |
Result Set Columns
Name | Type | Description |
Success | Boolean | A boolean value indicating whether the update operation was executed successfully. A value of true means the update completed without issues, while false indicates failure. |
Details | String | A message or set of details providing further context about the outcome of the update operation, including any errors or special conditions encountered. |
UpdateId | String | The unique identifier for the update operation that was executed, returned to confirm which specific update was performed during the transaction. |