

# Channels
<a name="commands-channels"></a>


| Nickname | Action | Signature | Description | 
| --- | --- | --- | --- | 
| POST Channel | POST | /channels | Create a new channel. | 
| PUT Channel | PUT | /channels/<ID of channel> | Modify the attributes of the specified channel. | 
| GET Channel List | GET | /channels | Get the list of channels. | 
| GET Channel | GET | /channels/<ID of channel> | Get the attributes of the specified channel. | 
| DELETE Channel | DELETE | /channels/<ID of channel> | Delete the specified channel. | 