Created
November 28, 2015 20:18
-
-
Save abelmartin/932adf7684dec061150b to your computer and use it in GitHub Desktop.
ahub notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you try to delete a deleted thing: | |
=> 401 Unauthorized: <html> | |
<head> | |
<title>Permission Denied</title> | |
</head> | |
<body> | |
<content tag="hideAsk"></content> | |
<content tag="fullWidth"></content> | |
<h1>Access Denied</h1> | |
We're sorry, but you do not have permission to do the activity you attempted. If you believe this to be in error, please contact the site administrator(s).</body> | |
</html> | |
If you create something, it's in the action stream. | |
If you delete something, it's in the action stream. | |
If you undelete something...it simply pulls the delete out of the action stream. | |
The action stream includes the `node` and a `rootNode` for answers & questions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment