You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specification/1.0.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -423,6 +423,14 @@ For successful responses, CDS Services SHALL respond with a 200 HTTP response wi
423
423
424
424
> 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.
425
425
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.
0 commit comments