openid / sharedsignals

OpenID Shared Signals Working Group Repository
45 stars 11 forks source link

SSF: Example of Update Stream Status Response #147

Closed TakahikoKawasaki closed 1 month ago

TakahikoKawasaki commented 3 months ago

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.