Lists
Pin a List
Causes a User to pin a List.
post/2/users/{id}/pinned_lists
Path parameters
idstring required
Unique identifier of this User. The value must be the same as the authenticated user.
Example:2244994945
The ID of the authenticated source User that will pin the List.
Request body
Example request
{
"list_id": "1146654567674912769"
}Response
The request has succeeded.