Update documentation for API.update_status
authorHarmon <Harmon758@gmail.com>
Tue, 27 Aug 2019 04:41:12 +0000 (23:41 -0500)
committerHarmon <Harmon758@gmail.com>
Tue, 27 Aug 2019 04:41:12 +0000 (23:41 -0500)
docs/api.rst

index dfe60cd65c405bbab8ce9f54df915ea8a295c45c..eb4f770425288cea823587415891310c3fd0df1f 100644 (file)
@@ -130,8 +130,16 @@ Status methods
                               [source], [place_id], [display_coordinates], \
                               [media_ids])
 
-   Update the authenticated user's status. Statuses that are duplicates or too
-   long will be silently ignored.
+   Updates the authenticating user's current status, also known as Tweeting.
+
+   For each update attempt, the update text is compared with the authenticating
+   user's recent Tweets. Any attempt that would result in duplication will be
+   blocked, resulting in a 403 error. A user cannot submit the same status
+   twice in a row.
+
+   While not rate limited by the API, a user is limited in the number of Tweets
+   they can create at a time. If the number of updates posted by the user
+   reaches the current allowed limit this method will return an HTTP 403 error.
 
    :param status: The text of your status update.
    :param in_reply_to_status_id: The ID of an existing status that the update