Quantcast
Channel: Mattermost Discussion Forums - Latest posts
Viewing all articles
Browse latest Browse all 25778

Cannot Find API list Need to Create Channel

$
0
0

So for anyone else looking I found the Channel Creation:

Post method
Authorization:Bearer yourToken
URL:http://"+HOST+"/api/v3/teams/"TEAM_ID+"/channels/create

Payload:
"display_name","displayName",
"name","name", (lower case)
"team_id","TEAM_ID",
"purpose","description",
"type","O", (O - Open)


Viewing all articles
Browse latest Browse all 25778

Trending Articles