Files
plexjava/docs/models/operations/PostUsersSignInDataRequestBody.md
2024-09-08 02:40:34 +00:00

12 lines
624 B
Markdown

# 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 | |