You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: objects.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ A user is the central object utilized by the App.net Stream API. They have usern
68
68
<tr>
69
69
<td><code>id</code></td>
70
70
<td>string</td>
71
-
<td>Primary identifier for a post. Alphanumeric, always expressed as a string. This idspace is unique to Post objects. There can be a Post and User with the same ID; no relation is implied.</td>
71
+
<td>Primary identifier for a user. Alphanumeric, always expressed as a string. This idspace is unique to User objects. There can be a Post and User with the same ID; no relation is implied.</td>
0 commit comments