We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdb238 commit 5e6db51Copy full SHA for 5e6db51
plexapi/myplex.py
@@ -99,7 +99,7 @@ class MyPlexAccount(PlexObject):
99
EXISTINGUSER = 'https://plex.tv/api/home/users?invitedEmail={username}' # post with data
100
FRIENDSERVERS = 'https://plex.tv/api/servers/{machineId}/shared_servers/{serverId}' # put with data
101
PLEXSERVERS = 'https://plex.tv/api/servers/{machineId}' # get
102
- FRIENDUPDATE = 'https://plex.tv/api/friends/{userId}' # put with args, delete
+ FRIENDUPDATE = 'https://plex.tv/api/v2/sharings/{userId}' # put with args, delete
103
HOMEUSER = 'https://plex.tv/api/home/users/{userId}' # delete, put
104
MANAGEDHOMEUSER = 'https://plex.tv/api/v2/home/users/restricted/{userId}' # put
105
SIGNIN = 'https://plex.tv/api/v2/users/signin' # post with auth
0 commit comments