openid / sharedsignals

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

Bring setting and reading stream status into alignment #135

Closed FragLegs closed 1 month ago

FragLegs commented 6 months ago

When you read a stream's status (GET), you get back a response with two fields:

When you set a stream's status (POST), you send an object with three fields and get the same object back:

Transmitter code would be cleaner if the GET endpoint also returned a stream_id in the response object.