Skip to content

Commit

Permalink
Close #53
Browse files Browse the repository at this point in the history
Bring overall style in-line with remaining sections.
  • Loading branch information
kalexmills committed May 7, 2019
1 parent dbcb9e9 commit 29ecd88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions draft.md
Expand Up @@ -266,13 +266,14 @@ by the details object.

## affectedEndpoints

affectedEndpoints (optional) is a JSON array containing URI Templates as defined by {{RFC6570}}.
This field SHOULD be omitted if the "status" field is present and has value equal to "pass"
A typical API has many URI endpoints. Most of the time we are interested in
the overall health of the API, without diving into details. That said, sometimes
operational and resilience middleware needs to know more details about the health
of the API (which is why "checks" property provides details). In such cases,
we often need to indicate which particular endpoints are affected by a particular
check's troubles vs. other endpoints that may be fine. The `affectedEndpoints`
property is a JSON array containing URI Templates as defined by {{RFC6570}}.
check's troubles vs. other endpoints that may be fine.

## time

Expand Down

0 comments on commit 29ecd88

Please sign in to comment.