openid / sharedsignals

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

SSF: Example of Stream Creation Response #144

Closed TakahikoKawasaki closed 1 month ago

TakahikoKawasaki commented 3 months ago

The first paragraph of the "7.1.1.1. Creating a Stream" section in the SSF specification states as follows.

On receiving a valid request the Event Transmitter responds with a "201 Created" response containing a JSON [RFC7159] representation of the stream's configuration in the body.

However, the non-normative example response in the section starts with:

HTTP/1.1 200 OK

The example should be fixed to:

HTTP/1.1 201 Created