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
Fix response payload type for PutSubmodelById (3.2 Port) (#602)
* Fixes PUT /shells/{aasIdentifier}/submodels/{submodelIdentifier} return type on 201 status
* Fix response payload type for PutSubmodelById: status code 201 now returns a Submodel instead of a Reference
* Corrects changelog
* Fixes wrong version
Copy file name to clipboardExpand all lines: documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,17 @@ h|Operation h|Kind of Change h|Comment
64
64
|===
65
65
66
66
67
+
== Changes w.r.t. V3.1.2 to V3.1.3
68
+
69
+
Major Changes:
70
+
71
+
* ...
72
+
73
+
74
+
Minor Changes:
75
+
76
+
* Fixed the response payload type of `PutSubmodelById` in the Asset Administration Shell Repository OpenAPI files: status code `201` now returns a `Submodel` instead of a `Reference`. (https://github.com/admin-shell-io/aas-specs-api/issues/601[#601])
0 commit comments