POST
/v1/channels/{channelId}/spotMembers~bulkAdd
curl \
--request POST 'https://openapi.meltingspot.io/v1/channels/{channelId}/spotMembers~bulkAdd' \
--header "Content-Type: application/json" \
--data '{"spotMemberIds":["string"]}'
Request examples
{
"spotMemberIds": [
"string"
]
}
Response examples (200)
{
"addedSpotMemberIds": [
"string"
],
"failedSpotMemberIds": [
"string"
]
}