Skip to content

Commit 292ecee

Browse files
authored
Merge pull request #514 from admin-shell-io/SeBa/extend-status-codes
Add the 'ServerNotImplemented' Status Code
2 parents 3735a0a + 013eb08 commit 292ecee

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@
99
Note: Changes in Metamodel (IDTA-01001) will not be listed here, although they have an impact on the payload of many operations.
1010
====
1111

12+
13+
== Changes w.r.t. V3.1.1 to V3.2
14+
15+
Major Changes:
16+
17+
* ...
18+
19+
20+
Minor Changes:
21+
22+
* 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])
23+
24+
25+
26+
=== Operation Changes w.r.t. V3.1.1 to V3.2
27+
28+
[%autowidth,width="100%",cols="40%,15%,45%",options="header",]
29+
|===
30+
h|Operation h|Kind of Change h|Comment
31+
32+
33+
|===
34+
35+
1236
== Changes w.r.t. V3.1 to V3.1.1
1337

1438
Major Changes:

documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces-payload.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ Additionally, the table indicates whether a specific status code comes with a re
631631
|ClientErrorResourceNotFound |Resource not found |Yes
632632
|ClientResourceConflict |Conflict-creating resource (resource already exists) |Yes
633633
|ServerInternalError |Unexpected error |Yes
634+
|ServerNotImplemented |The server has not implemented this API Operation. Intended for cases where API Operations beyond the supported service profiles are requested. |No
634635
|ServerErrorBadGateway |Bad gateway |Yes
635636
|===
636637

0 commit comments

Comments
 (0)