You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation says
To create a custom API, you need to create a class that inherits from Umbraco.Cms.Web.BackOffice.Controllers.ManagementApiControllerBase
But Umbraco.Cms.Web.BackOffice no longer exists in Umbraco 14+
For Umbraco 14+ I think the following should be replaced
What type of issue is it? (Choose one - delete the others)
Wrong documentation
What article/section is this about?
https://docs.umbraco.com/umbraco-cms/14.latest/tutorials/creating-a-backoffice-api
https://docs.umbraco.com/umbraco-cms/tutorials/creating-a-backoffice-api
Describe the issue
The documentation says
To create a custom API, you need to create a class that inherits from Umbraco.Cms.Web.BackOffice.Controllers.ManagementApiControllerBase
But Umbraco.Cms.Web.BackOffice no longer exists in Umbraco 14+
For Umbraco 14+ I think the following should be replaced
Umbraco.Cms.Web.BackOffice.Controllers.ManagementApiControllerBase
=>
Umbraco.Cms.Api.Management.Controllers.ManagementApiControllerBase
The text was updated successfully, but these errors were encountered: