confirm_ci_update
Confirm and apply a previously previewed CI update using a unique token from the preview step.
Instructions
Execute a previously previewed CI update.
Prerequisites: You MUST call preview_ci_update first and use the token from its response.
Requires the confirmation token returned by preview_ci_update. The token is single-use and expires after 5 minutes.
Args: token: The confirmation token from preview_ci_update.
Returns: JSON object with "success", "sys_id", "table", and the "updated_record".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |