diff --git a/sse/README.md b/sse/README.md index 2569aadf..aa66229d 100644 --- a/sse/README.md +++ b/sse/README.md @@ -28,7 +28,6 @@ When using Server Sent Events, the channel represents a single logical message s Field Name | Type | Description ---|:---:|--- -`method` | string | The HTTP method to use when establishing the request. Its value MUST be `GET`. `query` | [Schema Object][schemaObject] \| [Reference Object](referenceObject) | A Schema object containing the definitions for each query parameter. This schema MUST be of type `object` and have a `properties` key. `headers` | [Schema Object][schemaObject] \| [Reference Object](referenceObject) | A Schema object containing the definitions of the HTTP headers to use when establishing the request. This schema MUST be of type `object` and have a `properties` key. `bindingVersion` | string | The version of this binding. If omitted, "latest" MUST be assumed.