diff --git a/index.html b/index.html index da634fbec..89726a37d 100644 --- a/index.html +++ b/index.html @@ -4792,8 +4792,7 @@

Problem Details

code
-The `code` property is an OPTIONAL -RFC9457 extension member. If +The `code` property is an OPTIONAL value. If present, its value MUST be an integer that identifies the type of the problem. Integer codes are useful in systems that only provide integer return values.
@@ -4809,12 +4808,6 @@

Problem Details

-

-Other properties that are useful for debugging purposes MAY be included in -a ProblemDetails object. See [[RFC9457]] for further guidance on -using this mechanism. -

-

The following problem description types and codes are defined by this specification: @@ -4851,6 +4844,13 @@

Problem Details

+

+Implementations MAY extend the ProblemDetails object by specifying +additional types, codes, or properties. See the +Extension Member section +in [[RFC9457]] for further guidance on using this mechanism. +

+