Skip to content

Commit 52da043

Browse files
kjacsofietoft
andauthored
Update 14/umbraco-cms/tutorials/creating-a-backoffice-api/versioning-your-api.md
Co-authored-by: sofietoft <[email protected]>
1 parent 0a6cfaf commit 52da043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14/umbraco-cms/tutorials/creating-a-backoffice-api/versioning-your-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public class MyItemApiController : ManagementApiControllerBase
149149

150150
{% endcode %}
151151

152-
..and:
152+
With the version 1.0 actions added in a controller sampled above, the version 2.0 actions are added in a new controller, as shown below.
153153

154154
{% code title="MyItemApiVersionTwoController.cs" %}
155155
```csharp

0 commit comments

Comments
 (0)