-
Notifications
You must be signed in to change notification settings - Fork 22
The like object
Onur Akpolat edited this page Nov 4, 2016
·
1 revision
This describes likes on certain objects.
Likes are an idempotent event, that you can perform on certain objects.
Attribute | Type | Description |
---|---|---|
id |
string | The id of the like. |
post_id |
string | The id of the post the like was made on. |
external_id |
string | The id of the object the like was made on. |
user_id |
string | The id of the user who liked the post. |
created_at |
string | Date the resources was created. |
updated_at |
string | Date the resources was update. |