Favorite an item
users_post_me_favorites(object_id, object_type)
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, Container Script, Python Script, R Script, JavaScript Script, SQL Script, Workflow
string, The name of the object that is favorited.
string, The time this favorite was created.
string, The time the object that is favorited was last updated
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
integer required. The id of the object. If specified as a query parameter, must also specify object_type parameter.
string required. The type of the object that is favorited. Valid options: Project, Container Script, Python Script, R Script, JavaScript Script, SQL Script, Workflow