Skip to main content
PUT
Update a message feed

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

messageFeedId
string
required

Message feed ID The ID of the message feed

Maximum string length: 30
Example:

"a85dca058f5b585f86a29f14"

Body

application/json

Payload for updating an existing message feed Message feed object that needs to be added

name
string
required

The name of the message feed

Maximum string length: 100
Example:

"text"

Response

Message feed payload

The returned payload of message feed(s)

messageFeeds
object[]

List of message feeds

messages
object[]

List of last messages in each message feed

users
object[]

List of related users