mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
4.6 KiB
4.6 KiB
SignIntoFamilyRequest Schema
https://timelimit.io/SignIntoFamilyRequest
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | Yes | Unknown status | No | Forbidden | Forbidden | none | SignIntoFamilyRequest.schema.json |
SignIntoFamilyRequest Type
object
(SignIntoFamilyRequest)
SignIntoFamilyRequest Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
mailAuthToken | string |
Required | cannot be null | SignIntoFamilyRequest |
parentDevice | object |
Required | cannot be null | SignIntoFamilyRequest |
deviceName | string |
Required | cannot be null | SignIntoFamilyRequest |
clientLevel | number |
Optional | cannot be null | SignIntoFamilyRequest |
mailAuthToken
mailAuthToken
-
is required
-
Type:
string
-
cannot be null
-
defined in: SignIntoFamilyRequest
mailAuthToken Type
string
parentDevice
parentDevice
-
is required
-
Type:
object
(NewDeviceInfo) -
cannot be null
-
defined in: SignIntoFamilyRequest
parentDevice Type
object
(NewDeviceInfo)
deviceName
deviceName
-
is required
-
Type:
string
-
cannot be null
-
defined in: SignIntoFamilyRequest
deviceName Type
string
clientLevel
clientLevel
-
is optional
-
Type:
number
-
cannot be null
-
defined in: SignIntoFamilyRequest
clientLevel Type
number
SignIntoFamilyRequest Definitions
Definitions group NewDeviceInfo
Reference this group by using
{"$ref":"https://timelimit.io/SignIntoFamilyRequest#/definitions/NewDeviceInfo"}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
model | string |
Required | cannot be null | SignIntoFamilyRequest |
model
model
-
is required
-
Type:
string
-
cannot be null
-
defined in: SignIntoFamilyRequest
model Type
string