The update operation updates a clip list.
The update operation requires a message that consists of a single UpdateRequest element.
Examples
URL Encoded:
clipList=http://www.zelestra.com/ClipList.xml&name=Kangaroo%20Album
XML:
<UpdateRequest>
<ClipList>http://www.zelestra.com/ClipList.xml</ClipList>
<Name>Kangaroo%20Album</Name>
</UpdateRequest>
The UpdateRequest element MUST contain a ClipList element, which is the URI of a clip list.
The UpdateRequest element MAY contain a Name element, which is the clip list name. Maximum length is 255 characters.
The UpdateRequest element MAY contain a Category element, which is the clip list category. Maximum length is 31 characters.
The UpdateRequest element MAY contain a Description element, which is the clip list description. Maximum length is 8191 characters.
The UpdateRequest element MAY contain a HomePage element, which is the clip list home page URL. Maximum length is 1023 characters.
The clip list is updated.
The update operation does not return any data.
The update operation may return an badRequest fault if any of the request parameters are invalid.
The update operation may return an forbidden fault if the requestor does not have the appropriate permission.
The update operation may return an notFound fault if the specified clip list does not exist.
The update operation may return an unauthorized fault if the requestor has not previously authenticated.
The update operation may return an operationFailed fault if the service was unable to otherwise fulfill the request.