allow tags to be added when creating a channel

This commit is contained in:
Lee Lawlor
2014-03-27 15:15:54 -04:00
parent afdfca9fab
commit 6d48aaa8fc
3 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,7 @@ Valid parameters:
<li><b>longitude</b> (decimal) - Longitude in degrees (optional)</li>
<li><b>name</b> (string) - Name of the Channel (optional)</li>
<li><b>public_flag</b> (true/false) - Whether the Channel should be public, default false (optional)</li>
<li><b>tags</b> (string) - Comma-separated list of tags (optional)</li>
<li><b>url</b> (string) - Webpage URL for the Channel (optional)</li>
</ul>