v1
latestOpenAPI 3.0.02026-08-04265791.1 MBMission Comments
Create
You may create a new single mission comment or multiple mission comments using this action.
When creating a single mission comment, the body contains a json object, when creating multiple mission comments, the body contains an array of objects.
Warning: a maximum of 1000 items can be sent in a single request.
post/public/api/mission-comments
Headers
Acceptstring
e.g. application/json
Request body
Example request
{
"user_id": "5beee5197fc4d50043801bd1",
"mission_id": "5d31b71a1a76e9003afd621e",
"text": "Life is beautiful!"
}Response
OK