Skip to content

Commit 43060a7

Browse files
authored
Merge pull request #7259 from Lantzify/creating-backoffice-api-namespace
Changed Umbraco.Cms.Web.BackOffice to Umbraco.Cms.Api.Management for api tutorial
2 parents 03695fd + 679b8c4 commit 43060a7

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/tutorials/creating-a-backoffice-api

1 file changed

+1
-1
lines changed

16/umbraco-cms/tutorials/creating-a-backoffice-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Umbraco Backoffice API is also known as the Management API. Thus, a Backoffi
1010

1111
## Creating the class
1212

13-
To create a custom API, you need to create a class that inherits from `Umbraco.Cms.Web.BackOffice.Controllers.ManagementApiControllerBase`.
13+
To create a custom API, you need to create a class that inherits from `Umbraco.Cms.Api.Management.Controllers.ManagementApiControllerBase`.
1414

1515
The `ManagementApiControllerBase` serves as the foundation for your custom API class. It provides essential functionalities and utilities required for managing APIs within the Umbraco backoffice environment.
1616

0 commit comments

Comments
 (0)