Files
Umbraco-CMS/src/Umbraco.Cms.Api.Management/ViewModels/Document/DomainsResponseModel.cs
Kenn Jacobsen 4fb011e0fc Domains and hosts API (#13963)
* 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
2023-03-15 10:28:23 +01:00

6 lines
131 B
C#

namespace Umbraco.Cms.Api.Management.ViewModels.Document;
public class DomainsResponseModel : DomainsPresentationModelBase
{
}