UnpinUpdate
Unpins a previously pinned update, allowing it to return to its chronological position.
Input
| Name | Type | Required | Description |
| Id | String | True | The unique identifier for the update operation, used to locate and apply changes to a specific update in the system. |
| ItemId | String | False | The unique identifier for the item being updated, ensuring that the operation targets the correct item in the database. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | A boolean flag indicating whether the update operation was successful. A value of true signifies that the update completed without errors, while false indicates a failure occurred. |
| Details | String | A detailed message providing further information about the update operation, including reasons for failure or any important notes related to its execution. |
| Id | String | The unique identifier assigned to the item after the update, confirming the specific item that was affected by the operation. |
| PinnedToTopItemIds | String | A comma-separated list of item IDs that have been pinned to the top after the update, allowing easy reference to the items prioritized for visibility. |