Skip to content

Commit

Permalink
Removing transmitter supplied fields from stream config PUT and PATCH…
Browse files Browse the repository at this point in the history
… examples (#152)

Co-authored-by: Atul Tulshibagwale <atultulshi@gmail.com>
  • Loading branch information
ysarig1 and tulshi authored May 10, 2024
1 parent 6695867 commit 92785dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openid-sharedsignals-framework-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,6 @@ Authorization: Bearer eyJ0b2tlbiI6ImV4YW1wbGUifQo=

{
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
"iss": "https://tr.example.com",
"events_requested": [
"urn:example:secevent:events:type_2",
"urn:example:secevent:events:type_3",
Expand Down Expand Up @@ -1371,11 +1370,6 @@ Authorization: Bearer eyJ0b2tlbiI6ImV4YW1wbGUifQo=

{
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
"iss": "https://tr.example.com",
"aud": [
"https://receiver.example.com/web",
"https://receiver.example.com/mobile"
],
"delivery": {
"method": "urn:ietf:rfc:8935",
"endpoint_url": "https://receiver.example.com/events"
Expand Down

0 comments on commit 92785dd

Please sign in to comment.