Zelestra

Zelestra Standards

revert

The revert operation reverts a clip list to its resource state.

Request

The revert operation requires a message that consists of a single RevertRequest element.

Examples

URL Encoded:
clipList=http://www.zelestra.com/ClipList.xml

XML:
<RevertRequest>
  <ClipList>http://www.zelestra.com/ClipList.xml</ClipList>
</RevertRequest>

The RevertRequest element MUST contain a ClipList element, which is the URI of a clip list.

Operation

The specified clip list is reverted.

Response

The revert operation does not return any data.

Faults

The revert operation may return an badRequest fault if the request parameter is invalid.

The revert operation may return an forbidden fault if the requestor does not have the appropriate permission.

The revert operation may return an notFound fault if the specified clip list does not exist.

The revert operation may return an unauthorized fault if the requestor has not previously authenticated.

The revert operation may return an operationFailed fault if the service was unable to otherwise fulfill the request.