RESTORE

RESTORE is used to restore a resource that had been deleted from the service.


Request


Headers

No special request headers.


Entity

No request entity should be provided.


Success Response

HTTP Code

Description

204 (No Content)

The request was accepted and processed.


Headers

No special response headers are returned.


Entity

No response entity is returned.


Error Responses

HTTP Code

Description

400 (Bad Request)

The request is not valid (e.g., the lock id is invalid).

404 (Not Found)

The resource is not found.

409 (Conflict)

The file could not be restored because it would conflict with the existing state of the system.


Side Effects

The deleted file will be restored.