<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
openid/sharedsignals event <br>
<br>
Issue opened <br>
Issue Title: SSF: Example of Update Stream Status Response <br>
https://github.com/openid/sharedsignals/issues/147 <br>
<br>
Below is the current example of update stream status response (Figure 34) in the SSF specification. ``` HTTP/1.1 200 OK Content-Type: application/json Cache-Control: no-store { "stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f", "status": "paused", } ``` The example
 should be modified by either (1) removing the comma after `"paused"` or (2) adding the `"reason"` property after the `"status"` property.
</body>
</html>