Home
Restore activities
To restore a deleted activity, use a HTTP PUT request. This moves the activity from the trash feed to the user's My Activities feed.
Remove the <category scheme="http://www.ibm.com/xmlns/prod/sn/flags" term="deleted"/> flag element from the entry before restoring it.
See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method Resource URI Entry PUT activity Value of the href attribute of <link rel="edit"> element of an activity in the user's Activity Trash feed. activity
Input
None.
Output
None. Returned HTTP Headers
- HTTP/1.1 204 No Content – Indicates that the activity was successfully restored and no content is returned.
Error codes
- HTTP/1.1 403 Forbidden – Error 403: Authorization Failed
- HTTP/1.1 404 Not Found
Related reference