PUT

Updates an existing feed.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/feed/<id>

For more information about <id>, see ID Variables.

HTTPS method:

PUT

Parameters:

See Feed API Parameters.

Example XML request payload:

Example 1:
<Feed>
    <changeStamp>2</changeStamp>
    <chatInactivityTimeout>300</chatInactivityTimeout>
    <chatJoinTimeout>60</chatJoinTimeout>
    <description>My web chat feed</description>
    <name>My Chat Feed</name>
    <pushFeedURL>https://[Server]:[Port]/ccp-webapp/ccp/chatfeed/100159</pushFeedURL>
    <refURL>https://[Server]:[Port]/ccp-webapp/ccp/feed/100159</refURL>
    <replyTemplateRefURL>
        https://[Server]:[Port]/ccp-webapp/ccp/template/reply/302
    </replyTemplateRefURL>
    <status>1</status>
    <tags>
        <tag>tag1</tag>
        <tag>tag2</tag>
        <tag>tag3</tag>
    </tags>
    <type>8</type>
</Feed>

HTTPS response headers:


https/1.1 200 OK
Content-Type: text/plain
Content-Length: 0
Date: Thu, 14 Jan 2010 15:49:17 GMT

See also HTTPS responses.