We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500ef7e commit e00310cCopy full SHA for e00310c
chapters/http-status-codes-and-errors.adoc
@@ -606,9 +606,8 @@ https://opensource.zalando.com/restful-api-guidelines/models/problem-1.0.1.yaml#
606
instead.
607
608
==== Usage of Problem Object
609
-Clients may utilize properties in the Problem Object, particularly those
610
-documented in the API specification. However, they *should not* depend on these
611
-properties being present or having specific values.
+Clients may use, but *should be robust and not* depend on the Problem
+properties being present or having specific values of specific types.
612
The examples of such cases are:
613
614
- response might be created by infrastructure components (and have a different
0 commit comments