Skip to content

Commit 4c2ea32

Browse files
committed
Document possible HTTP status codes a CDS Service may return (fixes #254)
1 parent 0319e26 commit 4c2ea32

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/specification/1.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,14 @@ For successful responses, CDS Services SHALL respond with a 200 HTTP response wi
423423

424424
> Note that because the CDS client may be invoking multiple services from the same hook, there may be multiple responses related to the same information. This specification does not address these scenarios specifically; both CDS Services and CDS Clients should consider the implications of multiple CDS Services in their integrations.
425425
426+
### HTTP Status Codes
427+
428+
Code | Description
429+
---- | -----------
430+
`200 OK` | A successful response.
431+
432+
CDS Services MAY return other HTTP statuses, specifically 4xx and 5xx HTTP error codes.
433+
426434
### Card Array
427435

428436
Field | Optionality | Type | Description

0 commit comments

Comments
 (0)