Skip to content

Commit e00310c

Browse files
Update chapters/http-status-codes-and-errors.adoc
Co-authored-by: Thomas Frauenstein <thomas.frauenstein@zalando.de>
1 parent 500ef7e commit e00310c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

chapters/http-status-codes-and-errors.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -606,9 +606,8 @@ https://opensource.zalando.com/restful-api-guidelines/models/problem-1.0.1.yaml#
606606
instead.
607607

608608
==== 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.
609+
Clients may use, but *should be robust and not* depend on the Problem
610+
properties being present or having specific values of specific types.
612611
The examples of such cases are:
613612

614613
- response might be created by infrastructure components (and have a different

0 commit comments

Comments
 (0)