* API for domains and hostnames incl. unit tests * Update Open API json * Update other unit tests to use new domain service methods where applicable * Fix merge + update models to new naming scheme * Handle attempts to add the same domain twice + unit tests for duplicate domain handling * Review fixes
6 lines
131 B
C#
6 lines
131 B
C#
namespace Umbraco.Cms.Api.Management.ViewModels.Document;
|
|
|
|
public class DomainsResponseModel : DomainsPresentationModelBase
|
|
{
|
|
}
|