mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-07 20:47:45 +00:00
regerated and working on publishing
This commit is contained in:
12
docs/models/operations/PostUsersSignInDataRequestBody.md
Normal file
12
docs/models/operations/PostUsersSignInDataRequestBody.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# PostUsersSignInDataRequestBody
|
||||
|
||||
Login credentials
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
|
||||
| `login` | *String* | :heavy_check_mark: | N/A | username@email.com |
|
||||
| `password` | *String* | :heavy_check_mark: | N/A | password123 |
|
||||
| `rememberMe` | *Optional<Boolean>* | :heavy_minus_sign: | N/A | |
|
||||
Reference in New Issue
Block a user