mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-09 20:47:45 +00:00
regerated and working on publishing
This commit is contained in:
19
docs/models/operations/Friend.md
Normal file
19
docs/models/operations/Friend.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Friend
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
||||
| `email` | *String* | :heavy_check_mark: | The account email address | username@email.com |
|
||||
| `friendlyName` | *Optional<String>* | :heavy_check_mark: | The account full name | exampleUser |
|
||||
| `home` | *boolean* | :heavy_check_mark: | If the account is a Plex Home user | |
|
||||
| `id` | *int* | :heavy_check_mark: | The Plex account ID | |
|
||||
| `restricted` | *Optional<Boolean>* | :heavy_minus_sign: | If the account is a Plex Home managed user | |
|
||||
| `sharedServers` | List<[SharedServers](../../models/operations/SharedServers.md)> | :heavy_check_mark: | N/A | |
|
||||
| `sharedSources` | List<[SharedSources](../../models/operations/SharedSources.md)> | :heavy_check_mark: | N/A | |
|
||||
| `status` | [Status](../../models/operations/Status.md) | :heavy_check_mark: | Current friend request status | accepted |
|
||||
| `thumb` | *String* | :heavy_check_mark: | URL of the account thumbnail | https://plex.tv/users/7d1916e0d8f6e76b/avatar?c=1694481578 |
|
||||
| `title` | *String* | :heavy_check_mark: | The title of the account (username or friendly name) | username123 |
|
||||
| `username` | *String* | :heavy_check_mark: | The account username | username123 |
|
||||
| `uuid` | *String* | :heavy_check_mark: | The account Universally Unique Identifier (UUID) | 7d1916e0d8f6e76b |
|
||||
Reference in New Issue
Block a user