Skip to content

tenant_SendMessage

POST
/multi-tenancy/basic-messages/{connectionId}/{tenantId}

Send a basic message to a connection

Authorizations

Parameters

Path Parameters

connectionId
required
string
821f9b26-ad04-4f56-89b6-e2ef9c72b36e

Connection identifier

tenantId
required
string

Request Body required

Construct a type with a set of properties K of type T

object
content
required
string

Responses

200

Ok

Examples
{
"_tags": {
"role": "sender",
"connectionId": "2aecf74c-3073-4f98-9acb-92415d096834"
},
"metadata": {},
"id": "74bcf865-1fdc-45b4-b517-9def02dfd25f",
"createdAt": "2022-08-18T08:38:40.216Z",
"content": "string",
"sentTime": "2022-08-18T08:38:40.216Z",
"connectionId": "2aecf74c-3073-4f98-9acb-92415d096834"
}