API:update channel method
From KyteWiki
Changes attributes of a channel
- Resource
- this method is located under the channel resource.
- Method Name
-
update
- Access Level
- this method requires WRITE-level access.
Parameters
uri string Channel URI as resource channelData, clda Channel data struct channel attributes to be updated ticket, tk string authenticated user ticket, must be owner of channel
Results
boolean true
REST Invocation
Example: update channel title and tags
http://api.kyte.tv/services/rest/channels/12345.update
?ak=SAMPLEAPIKEY001&as=20080215T001125Z.099630af64ee2d935496799b3920ba9f
&tk=NzJ6v2En3QcnsqtW&clda={"title":"new channel title","tags":"updated,prime"}
XML-RPC Invocation
- Context
- required, must be owner of channel
- Signature
channels/#.update(... channelData)
[ API Reference ] > [ API Methods ]
