update created_at docs for feed update

This commit is contained in:
Lee Lawlor 2015-01-13 10:14:54 -05:00
parent 57f49fc9a6
commit 27881441f6

View File

@ -25,7 +25,7 @@ Valid parameters:
<li><b>status</b> (string) - Status update message (optional)</li>
<li><b>twitter</b> (string) - Twitter username linked to <a href="/docs/thingtweet">ThingTweet</a> (optional)</li>
<li><b>tweet</b> (string) - Twitter status update; see <a href="/docs/thingtweet#update">updating ThingTweet</a> for more info (optional)</li>
<li><b>created_at</b> (datetime) - Date when this feed entry was created, in the format<br>YYYY-MM-DD%20HH:NN:SS (optional)</li>
<li><b>created_at</b> (datetime) - Date when this feed entry was created, in <a href="http://en.wikipedia.org/wiki/ISO_8601" target=_blank">ISO 8601</a> format, for example: <code>2014-12-31 23:59:59</code> . Time zones can be specified via the <a href="/docs#timezones">timezone</a> parameter (optional)</li>
</ul>
<br>