post
https://localhost:44395/api/admin/setup/create-default-liveoutputprofilegroups
Behavior: Ensures that all default live output profile groups exist in the system. This is an idempotent operation; existing profile groups are not duplicated or modified.
Authorization: Requires an authenticated user via the class-level [Authorize] attribute.
Side Effects: Creates default live output profile group records if they do not already exist.
Error Scenarios: Returns 400 if the profile group creation fails.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Default live output profile groups were successfully created or already exist.
401Unauthorized. The caller must provide a valid Bearer token.
