Skip to content

Commit

Permalink
Update 14/umbraco-cms/reference/custom-swagger-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-tincas authored Mar 13, 2024
1 parent 1599ea7 commit ade10f2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions 14/umbraco-cms/reference/custom-swagger-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,11 @@ This example can be a starting point for creating a secure custom API in the Swa

```csharp

using Asp.Versioning;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Options;
using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.SwaggerGen;
using Umbraco.Cms.Api.Common.Attributes;
using Umbraco.Cms.Api.Common.Filters;
using Umbraco.Cms.Api.Management.OpenApi;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Composing;
using Umbraco.Cms.Core.Models.Membership;
using Umbraco.Cms.Core.Security;
using Umbraco.Cms.Web.Common.Authorization;

namespace Umbraco.Cms.Web.UI.New.Custom;

Expand Down

0 comments on commit ade10f2

Please sign in to comment.