Skip to content

Commit

Permalink
Merge pull request #369 from methanol/patch-1
Browse files Browse the repository at this point in the history
the "text" property isn't actually returned if you delete a post
  • Loading branch information
mthurman committed Dec 17, 2013
2 parents 7b3ee2f + a0c2e0f commit fb600a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/docs/resources/post/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ Delete a <a href="/docs/resources/post/">Post</a>. The current user must be the
...
},
"created_at": "2012-07-16T17:25:47Z",
"text": "@berg FIRST post on this new site #newsocialnetwork",
"html": "<span itemprop=\"mention\" data-mention-name=\"berg\" data-mention-id=\"2\">@berg</span> FIRST post on <a href=\"https://join.app.net\" rel=\"nofollow\">this new site</a> <span itemprop=\"hashtag\" data-hashtag-name=\"newsocialnetwork\">#newsocialnetwork</span>.",
"source": {
"client_id": "udxGzAVBdXwGtkHmvswR5MbMEeVnq6n4",
Expand Down Expand Up @@ -204,4 +203,4 @@ Delete a <a href="/docs/resources/post/">Post</a>. The current user must be the
"code": 200,
}
}
~~~
~~~

0 comments on commit fb600a7

Please sign in to comment.