From 599aaebb351a4818f564f786d4b5506972bc7632 Mon Sep 17 00:00:00 2001 From: Apoorva Deshpande Date: Tue, 1 Apr 2025 17:45:32 -0700 Subject: [PATCH 1/2] Update error table A follow up from https://github.com/openid/sharedsignals/pull/247 --- openid-sharedsignals-framework-1_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-sharedsignals-framework-1_0.md b/openid-sharedsignals-framework-1_0.md index 9d39acd..89fad67 100644 --- a/openid-sharedsignals-framework-1_0.md +++ b/openid-sharedsignals-framework-1_0.md @@ -1232,7 +1232,7 @@ Errors are signaled with HTTP status codes as follows: | Code | Description | |------|-------------| -| 400 | if the request cannot be parsed | +| 400 | if the request cannot be parsed, delivery method not supported | | 401 | if authorization failed or it is missing | | 403 | if the Event Receiver is not allowed to create a stream | | 409 | if the Transmitter does not support multiple streams per Receiver | From ba62ea4da56a652be29ed52e5cc4102aad21f918 Mon Sep 17 00:00:00 2001 From: Apoorva Deshpande Date: Tue, 15 Apr 2025 08:40:39 -0700 Subject: [PATCH 2/2] Update openid-sharedsignals-framework-1_0.md Co-authored-by: Jen Schreiber --- openid-sharedsignals-framework-1_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-sharedsignals-framework-1_0.md b/openid-sharedsignals-framework-1_0.md index 89fad67..2a7c1b4 100644 --- a/openid-sharedsignals-framework-1_0.md +++ b/openid-sharedsignals-framework-1_0.md @@ -1232,7 +1232,7 @@ Errors are signaled with HTTP status codes as follows: | Code | Description | |------|-------------| -| 400 | if the request cannot be parsed, delivery method not supported | +| 400 | if the request cannot be parsed, or if the delivery method is not supported | | 401 | if authorization failed or it is missing | | 403 | if the Event Receiver is not allowed to create a stream | | 409 | if the Transmitter does not support multiple streams per Receiver |