Skip to content

Commit d305ea4

Browse files
authored
Feature releasenotetest (#54)
* Fix formatting issues in README.md Fix formatting issues in README.md * Add ApiVersion attribute to ShellDescriptorController
1 parent 4019181 commit d305ea4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

apiCollection/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ By default the API listens at `https://localhost:5059` unless overridden by envi
6666
3. From the top-right environment dropdown select an environment: `local` or `dev` (use `local` for local testing)
6767
4. Expand folders to find requests, select a request and click **Send**
6868
5. Inspect the request/response in the right panel
69+
6. Inspect the request/response in the right panel
6970

7071
---
7172

@@ -154,6 +155,6 @@ By default, DataEngine requests the dev Template Repository, Submodel Registry,
154155

155156
- Run `dotnet dev-certs https --trust`
156157
- Ensure plugin and API endpoints match port and schema (`https://`)
157-
158+
- Ensure plugin and API endpoints match port and schema (`https://`)
158159

159160
---

source/AAS.TwinEngine.DataEngine/Api/AasRegistry/ShellDescriptorController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
using AAS.TwinEngine.DataEngine.Api.AasRegistry.Responses;
66
using AAS.TwinEngine.DataEngine.ApplicationLogic.Exceptions.Responses;
77

8+
89
using Asp.Versioning;
910

1011
using Microsoft.AspNetCore.Mvc;
1112

1213
namespace AAS.TwinEngine.DataEngine.Api.AasRegistry;
1314

15+
1416
[ApiController]
1517
[Route("shell-descriptors")]
1618
[ApiVersion(1)]

0 commit comments

Comments
 (0)