Skip to content

Commit b30b571

Browse files
authored
Add stream_id to the response when getting stream status (#175)
* Add stream_id to the response when getting stream status * Respond to PR feedback
1 parent a3f26b9 commit b30b571

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Diff for: openid-sharedsignals-framework-1_0.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1461,11 +1461,15 @@ The Stream Status method takes the following parameters:
14611461

14621462
stream_id
14631463

1464-
> REQUIRED. The stream whose status is being queried.
1464+
> REQUIRED. A string identifying the stream whose status is being queried.
14651465

14661466
On receiving a valid request, the Event Transmitter responds with a 200 OK
14671467
response containing a [JSON][RFC7159] object with the following attributes:
14681468

1469+
stream_id
1470+
1471+
> REQUIRED. A string identifying the stream whose status is being queried.
1472+
14691473
status
14701474

14711475
> REQUIRED. A string whose value MUST be one of the values described below.
@@ -1517,6 +1521,7 @@ Content-Type: application/json
15171521
Cache-Control: no-store
15181522

15191523
{
1524+
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
15201525
"status": "paused",
15211526
"reason": "SYSTEM_DOWN_FOR_MAINTENANCE"
15221527
}
@@ -1549,7 +1554,7 @@ with the following fields:
15491554

15501555
stream_id
15511556

1552-
> REQUIRED. The stream whose status is being updated.
1557+
> REQUIRED. A string identifying the stream whose status is being updated.
15531558

15541559
status
15551560

@@ -1652,7 +1657,7 @@ following claims:
16521657

16531658
stream_id
16541659

1655-
> REQUIRED. The stream to which the subject is being added.
1660+
> REQUIRED. A string identifying the stream to which the subject is being added.
16561661

16571662
subject
16581663

@@ -1718,7 +1723,7 @@ with the following claims:
17181723

17191724
stream_id
17201725

1721-
> REQUIRED. The stream from which the subject is being removed.
1726+
> REQUIRED. A string identifying the stream from which the subject is being removed.
17221727

17231728
subject
17241729

@@ -1819,7 +1824,7 @@ Verification requests have the following properties:
18191824

18201825
stream_id
18211826

1822-
> REQUIRED. The stream that the Verification Event is being requested on.
1827+
> REQUIRED. A string identifying the stream that the Verification Event is being requested on.
18231828

18241829
state
18251830

0 commit comments

Comments
 (0)