@@ -841,7 +841,7 @@ delivery
841841 any one of "urn:ietf:rfc:8935" (push) or "urn:ietf:rfc:8936" (poll), but
842842 not both.
843843
844- > url
844+ > endpoint_url
845845
846846> > The location at which the push or poll delivery will take place. If the
847847 ` method` value is "urn:ietf:rfc:8935" (push), then this value MUST
@@ -879,14 +879,14 @@ The HTTP POST request MAY contain the Receiver-Supplied values of the Stream
879879Configuration ({{stream-config}}) object :
880880
881881* `events_requested`
882- * `delivery` : Note that in the case of the POLL method, the `url ` value is
882+ * `delivery` : Note that in the case of the POLL method, the `endpoint_url ` value is
883883 supplied by the Transmitter.
884884* `format`
885885
886886If the request does not contain the `delivery` property, then the Transmitter
887887MUST assume that the `method` is "urn:ietf:rfc:8936" (poll). The
888888Transmitter MUST include a `delivery` property in the response with this
889- ` method` property and a `url ` property.
889+ ` method` property and a `endpoint_url ` property.
890890
891891The following is a non-normative example request to create an Event Stream :
892892
@@ -898,7 +898,7 @@ Authorization: Bearer eyJ0b2tlbiI6ImV4YW1wbGUifQo=
898898{
899899 " delivery " : {
900900 " method " : " urn:ietf:rfc:8935" ,
901- " url " : " https://receiver.example.com/events"
901+ " endpoint_url " : " https://receiver.example.com/events"
902902 },
903903 " events_requested " : [
904904 " urn:example:secevent:events:type_2" ,
@@ -924,7 +924,7 @@ Content-Type: application/json
924924 ],
925925 " delivery " : {
926926 " method " : " urn:ietf:rfc:8935" ,
927- " url " : " https://receiver.example.com/events"
927+ " endpoint_url " : " https://receiver.example.com/events"
928928 },
929929 " events_supported " : [
930930 " urn:example:secevent:events:type_1" ,
@@ -993,7 +993,7 @@ Cache-Control: no-store
993993 ],
994994 " delivery " : {
995995 " method " : " urn:ietf:rfc:8935" ,
996- " url " : " https://receiver.example.com/events"
996+ " endpoint_url " : " https://receiver.example.com/events"
997997 },
998998 " events_supported " : [
999999 " urn:example:secevent:events:type_1" ,
@@ -1040,7 +1040,7 @@ Cache-Control: no-store
10401040 ],
10411041 " delivery " : {
10421042 " method " : " urn:ietf:rfc:8935" ,
1043- " url " : " https://receiver.example.com/events"
1043+ " endpoint_url " : " https://receiver.example.com/events"
10441044 },
10451045 " events_supported " : [
10461046 " urn:example:secevent:events:type_1" ,
@@ -1066,7 +1066,7 @@ Cache-Control: no-store
10661066 ],
10671067 " delivery " : {
10681068 " method " : " urn:ietf:rfc:8935" ,
1069- " url " : " https://receiver.example.com/events"
1069+ " endpoint_url " : " https://receiver.example.com/events"
10701070 },
10711071 " events_supported " : [
10721072 " urn:example:secevent:events:type_1" ,
@@ -1105,7 +1105,7 @@ Cache-Control: no-store
11051105 ],
11061106 " delivery " : {
11071107 " method " : " urn:ietf:rfc:8935" ,
1108- " url " : " https://receiver.example.com/events"
1108+ " endpoint_url " : " https://receiver.example.com/events"
11091109 },
11101110 " events_supported " : [
11111111 " urn:example:secevent:events:type_1" ,
@@ -1202,7 +1202,7 @@ Cache-Control: no-store
12021202 ],
12031203 " delivery " : {
12041204 " method " : " urn:ietf:rfc:8935" ,
1205- " url " : " https://receiver.example.com/events"
1205+ " endpoint_url " : " https://receiver.example.com/events"
12061206 },
12071207 " events_supported " : [
12081208 " urn:example:secevent:events:type_1" ,
@@ -1269,7 +1269,7 @@ Authorization: Bearer eyJ0b2tlbiI6ImV4YW1wbGUifQo=
12691269 ],
12701270 " delivery " : {
12711271 " method " : " urn:ietf:rfc:8935" ,
1272- " url " : " https://receiver.example.com/events"
1272+ " endpoint_url " : " https://receiver.example.com/events"
12731273 },
12741274 " events_requested " : [
12751275 " urn:example:secevent:events:type_2" ,
@@ -1296,7 +1296,7 @@ Cache-Control: no-store
12961296 ],
12971297 " delivery " : {
12981298 " method " : " urn:ietf:rfc:8935" ,
1299- " url " : " https://receiver.example.com/events"
1299+ " endpoint_url " : " https://receiver.example.com/events"
13001300 },
13011301 " events_supported " : [
13021302 " urn:example:secevent:events:type_1" ,
@@ -2124,7 +2124,7 @@ method
21242124
21252125> "urn:ietf:rfc:8935"
21262126
2127- url
2127+ endpoint_url
21282128
21292129> The URL where events are pushed through HTTP POST. This is set by the
21302130 Receiver. If a Reciever is using multiple streams from a single Transmitter
@@ -2144,7 +2144,7 @@ method
21442144
21452145> "urn:ietf:rfc:8936"
21462146
2147- url
2147+ endpoint_url
21482148
21492149> The URL where events can be retrieved from. This is specified by the
21502150 Transmitter. These URLs MAY be reused across Receivers, but MUST be unique per
0 commit comments