UnpinUpdate
Unpins a previously pinned update, returning it to the standard feed order.
Input
Name | Type | Required | Description |
Id | String | True | The unique identifier for the update being processed, used to locate the specific update record in the database. |
ItemId | String | False | The unique identifier for the item involved in the update, linking the operation to a specific item in the system. |
Result Set Columns
Name | Type | Description |
Success | Boolean | A flag that indicates whether the update operation was executed successfully. A value of true signifies success, while false indicates failure. |
Details | String | A message that provides additional context or error information related to the execution of the operation, aiding in troubleshooting or verification. |
Id | String | The unique identifier of the item being updated, returned to confirm which item the update was applied to. |
PinnedToTopItemIds | String | A comma-separated list of item IDs that have been pinned to the top as a result of the update operation, indicating prioritization in the UI or system. |