@@ -1461,11 +1461,15 @@ The Stream Status method takes the following parameters:
1461
1461
1462
1462
stream_id
1463
1463
1464
- > REQUIRED. The stream whose status is being queried.
1464
+ > REQUIRED. A string identifying the stream whose status is being queried.
1465
1465
1466
1466
On receiving a valid request, the Event Transmitter responds with a 200 OK
1467
1467
response containing a [JSON][RFC7159] object with the following attributes :
1468
1468
1469
+ stream_id
1470
+
1471
+ > REQUIRED. A string identifying the stream whose status is being queried.
1472
+
1469
1473
status
1470
1474
1471
1475
> REQUIRED. A string whose value MUST be one of the values described below.
@@ -1517,6 +1521,7 @@ Content-Type: application/json
1517
1521
Cache-Control : no-store
1518
1522
1519
1523
{
1524
+ " stream_id " : " f67e39a0a4d34d56b3aa1bc4cff0069f" ,
1520
1525
" status " : " paused" ,
1521
1526
" reason " : " SYSTEM_DOWN_FOR_MAINTENANCE"
1522
1527
}
@@ -1549,7 +1554,7 @@ with the following fields:
1549
1554
1550
1555
stream_id
1551
1556
1552
- > REQUIRED. The stream whose status is being updated.
1557
+ > REQUIRED. A string identifying the stream whose status is being updated.
1553
1558
1554
1559
status
1555
1560
@@ -1652,7 +1657,7 @@ following claims:
1652
1657
1653
1658
stream_id
1654
1659
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.
1656
1661
1657
1662
subject
1658
1663
@@ -1718,7 +1723,7 @@ with the following claims:
1718
1723
1719
1724
stream_id
1720
1725
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.
1722
1727
1723
1728
subject
1724
1729
@@ -1819,7 +1824,7 @@ Verification requests have the following properties:
1819
1824
1820
1825
stream_id
1821
1826
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.
1823
1828
1824
1829
state
1825
1830
0 commit comments