Zelestra

Zelestra Standards

update

The update operation updates a clip resource.

Request

The update operation requires a message that consists of a single UpdateRequest element.

Examples

URL Encoded:
ClipResource=http://www.zelestra.com/clipResources/clipResource-192

XML:
<UpdateRequest>
  <ClipResource>http://www.zelestra.com/clipResources/clipResource-192</ClipResource>
  <Name>Kangaroos</Name>
</UpdateRequest>

The UpdateRequest element MUST contain a ClipResource element, which is the URI of a clip resource.

The UpdateRequest element MAY contain a Name element, which is the clip resource name. Maximum length is 255 characters.

The UpdateRequest element MAY contain a Description element, which is the clip resource description. Maximum length is 8191 characters.

The UpdateRequest element MAY contain a HomePage element, which is the clip resource home page URL. Maximum length is 1023 characters.

The UpdateRequest element MAY contain a URI element, which is a URI reference to another resource. Maximum length is 1023 characters.

Operation

The clip resource is updated.

Response

The update operation does not return any data.

Faults

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 resource 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.