{
"name": "string",
"type": "text",
"additionalData": {
"streamChannel": "string",
"streamPlatform": "twitch"
}
}
curl --location --request PUT 'https://api.teamly.one/api/v1/teams//channels' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"type": "text",
"additionalData": {
"streamChannel": "string",
"streamPlatform": "twitch"
}
}'
{
"success": true,
"channel": {
"id": "string",
"type": "string",
"teamId": "string",
"name": "string",
"description": "string",
"createdBy": "string",
"parentId": "string",
"participants": [
"string"
],
"priority": 0,
"nsfw": true,
"region": "string",
"rateLimitPerUser": 0,
"createdAt": "2019-08-24T14:15:22Z",
"permissions": {
"role": {
"roleId": "string",
"allow": 0,
"deny": 0
}
},
"additionalData": {
"streamChannel": "string",
"streamPlatform": "string"
}
}
}