Set a UI template as the default for its operation
UI Templates
Set a UI template as the default for its operation
Set a UI template as the default for its operation.
This will unset is_default for all other templates in the same operation, then set is_default=true for the specified template.
Args: api_name: API name to determine which database to use (global or tenant) template_id: Unique identifier for the template
Returns: UITemplateSetDefaultResponse indicating success
Raises: HTTPException 404: If template not found
PUT
Set a UI template as the default for its operation
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
