Behavior: Sends two batch action messages: one to migrate security permissions with asset re-indexing, and another to migrate live output profile groups to S3. Both support a preview-only mode that simulates the upgrade without making changes.
Authorization: Requires an authenticated user via the class-level [Authorize] attribute.
Side Effects: When previewOnly is false, queues two upgrade batch actions that migrate security permissions, re-index assets, and migrate live output profile groups to S3. When previewOnly is true, only simulates the upgrades.
Error Scenarios: Returns 400 if either batch message cannot be sent.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200Both upgrade batch actions were successfully queued.
401Unauthorized. The caller must provide a valid Bearer token.
