webpubsub
Broadcast content inside request body to all the connected client connections.
post/api/hubs/{hub}/:send
Path parameters
hubstring required
Target hub name, which should start with alphabetic characters and only contain alpha-numeric characters or underscore.
Query parameters
excludedstring[]
Excluded connection Ids.
api-versionstring required
The version of the REST APIs.
Request body
string binary required
Response
The message is accepted. The service follows fire-and-forget pattern when sending messages.