You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,15 +82,21 @@ function usageSection(isPublicHub, hubURL) {
73
82
</div>
74
83
<div>
75
84
<h3>Publishing Updates</h3>
76
-
Send a <code>POST</code> request to this hub with Form Data:
85
+
To notify the Hub that a topic's content has been updated and should be distributed to subscribers, send a <code>POST</code> request with Form Data (<code>application/x-www-form-urlencoded</code>):
77
86
<ul>
78
87
<li>
79
88
<code>hub.mode</code> set to <code>publish</code>
80
89
</li>
81
90
<li>
82
-
<code>hub.url</code> set to the <code>self</code> link relation of the content
91
+
<code>hub.url</code> set to the <code>self</code> link relation of the content (this value may be set multiple times, to update more than one topic)
0 commit comments