ui-actions

Execute batch actions

Executes multiple actions in sequence. Optionally continues on error. A capture-bound batch reserves its epoch once, validates every referenced target before the first mutation, and revalidates each target before its action. Earlier successful actions remain applied when a later action fails.

post/api/v1/ui/actions/batch

Request body

BatchRequest required— unresolved $ref

Response

Action completed.

ActionResponse required— unresolved $ref

Changes