Favorite an item
users_post_me_favorites(object_id, object_type)
object_id | integer required. The id of the object. If specified as a query parameter, must also specify object_type parameter. |
---|---|
object_type | string required. The type of the object that is favorited. Valid options: Project |
A list containing the following elements:
integer, The id of the favorite.
integer, The id of the object. If specified as a query parameter, must also specify object_type parameter.
string, The type of the object that is favorited. Valid options: Project
string, The name of the object that is favorited.
string, The time this favorite was created.