Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,30 @@
Note: Changes in Metamodel (IDTA-01001) will not be listed here, although they have an impact on the payload of many operations.
====


== Changes w.r.t. V3.1.1 to V3.2

Major Changes:

* ...


Minor Changes:

* Added the `ServerNotImplemented` status code to the xref:specification/interfaces-payload.adoc#table-status-codes[Status Codes]. Note that the HTTP API mentioned this status code already, therefore, no change in OpenAPI or other related files. (https://github.com/admin-shell-io/aas-specs-api/issues/499[#499])



=== Operation Changes w.r.t. V3.1.1 to V3.2

[%autowidth,width="100%",cols="40%,15%,45%",options="header",]
|===
h|Operation h|Kind of Change h|Comment


|===


== Changes w.r.t. V3.1 to V3.1.1

Major Changes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ Additionally, the table indicates whether a specific status code comes with a re
|ClientErrorResourceNotFound |Resource not found |Yes
|ClientResourceConflict |Conflict-creating resource (resource already exists) |Yes
|ServerInternalError |Unexpected error |Yes
|ServerNotImplemented |The server has not implemented this API Operation. Intended for cases where API Operations beyond the supported service profiles are requested. |No
|ServerErrorBadGateway |Bad gateway |Yes
|===

Expand Down
Loading