post
https://localhost:44395/api/admin/setup/upgrade-2023-12
Behavior: Sends a batch action message to initiate the December 2023 upgrade process. The upgrade runs asynchronously via the batch processing system.
Authorization: Requires an authenticated user via the class-level [Authorize] attribute.
Side Effects: Queues an upgrade batch action message for asynchronous processing. This may modify data schemas and records as part of the upgrade.
Error Scenarios: Returns 400 if the batch message cannot be sent.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200The upgrade batch action was successfully queued.
401Unauthorized. The caller must provide a valid Bearer token.
