-
Notifications
You must be signed in to change notification settings - Fork 811
Closed
Labels
category/umbraco-cmsreview/developerUse this label if an internal developer review is requiredUse this label if an internal developer review is required
Description
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
Metadata
Metadata
Assignees
Labels
category/umbraco-cmsreview/developerUse this label if an internal developer review is requiredUse this label if an internal developer review is required