Update link messages
Update link messages This feature is available only in AA-14FB panel
- application/json
Request Body required
messages object[]
message stringlink_id stringcreated_at integerTimestamp of created message
Responses
- 200
- 400
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
result object[]
link_id stringextended_info stringPossible values: [
created
,updated
]
{
"result": [
{
"link_id": "23d",
"extended_info": "created"
}
]
}
Wrong JSON body: No value for messages
Log in
Administrator rights required
Loading...