We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ab067 commit 6c769d6Copy full SHA for 6c769d6
src/Umbraco.Cms.Api.Management/Controllers/ManagementApiControllerBase.cs
@@ -13,6 +13,7 @@
13
using Umbraco.Cms.Core.Models.Membership;
14
using Umbraco.Cms.Core.Security;
15
using Umbraco.Cms.Web.Common.Authorization;
16
+using Umbraco.Cms.Web.Common.Filters;
17
18
namespace Umbraco.Cms.Api.Management.Controllers;
19
@@ -22,6 +23,7 @@ namespace Umbraco.Cms.Api.Management.Controllers;
22
23
[MapToApi(ManagementApiConfiguration.ApiName)]
24
[JsonOptionsName(Constants.JsonOptionsNames.BackOffice)]
25
[AppendEventMessages]
26
+[DisableBrowserCache]
27
[Produces("application/json")]
28
public abstract class ManagementApiControllerBase : Controller, IUmbracoFeature
29
{
0 commit comments