mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 17:59:24 +02:00
9.2 KiB
9.2 KiB
CreateFamilyByMailTokenRequest Schema
https://timelimit.io/CreateFamilyByMailTokenRequest
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | Yes | Unknown status | No | Forbidden | Forbidden | none | CreateFamilyByMailTokenRequest.schema.json |
CreateFamilyByMailTokenRequest Type
object
(CreateFamilyByMailTokenRequest)
CreateFamilyByMailTokenRequest Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
mailAuthToken | string |
Required | cannot be null | CreateFamilyByMailTokenRequest |
parentPassword | object |
Required | cannot be null | CreateFamilyByMailTokenRequest |
parentDevice | object |
Required | cannot be null | CreateFamilyByMailTokenRequest |
deviceName | string |
Required | cannot be null | CreateFamilyByMailTokenRequest |
timeZone | string |
Required | cannot be null | CreateFamilyByMailTokenRequest |
parentName | string |
Required | cannot be null | CreateFamilyByMailTokenRequest |
mailAuthToken
mailAuthToken
- is required
- Type:
string
- cannot be null
- defined in: CreateFamilyByMailTokenRequest
mailAuthToken Type
string
parentPassword
parentPassword
- is required
- Type:
object
(ParentPassword) - cannot be null
- defined in: CreateFamilyByMailTokenRequest
parentPassword Type
object
(ParentPassword)
parentDevice
parentDevice
- is required
- Type:
object
(NewDeviceInfo) - cannot be null
- defined in: CreateFamilyByMailTokenRequest
parentDevice Type
object
(NewDeviceInfo)
deviceName
deviceName
- is required
- Type:
string
- cannot be null
- defined in: CreateFamilyByMailTokenRequest
deviceName Type
string
timeZone
timeZone
- is required
- Type:
string
- cannot be null
- defined in: CreateFamilyByMailTokenRequest
timeZone Type
string
parentName
parentName
- is required
- Type:
string
- cannot be null
- defined in: CreateFamilyByMailTokenRequest
parentName Type
string
CreateFamilyByMailTokenRequest Definitions
Definitions group ParentPassword
Reference this group by using
{"$ref":"https://timelimit.io/CreateFamilyByMailTokenRequest#/definitions/ParentPassword"}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
hash | string |
Required | cannot be null | CreateFamilyByMailTokenRequest |
secondHash | string |
Required | cannot be null | CreateFamilyByMailTokenRequest |
secondSalt | string |
Required | cannot be null | CreateFamilyByMailTokenRequest |
hash
hash
- is required
- Type:
string
- cannot be null
- defined in: CreateFamilyByMailTokenRequest
hash Type
string
secondHash
secondHash
- is required
- Type:
string
- cannot be null
- defined in: CreateFamilyByMailTokenRequest
secondHash Type
string
secondSalt
secondSalt
- is required
- Type:
string
- cannot be null
- defined in: CreateFamilyByMailTokenRequest
secondSalt Type
string
Definitions group NewDeviceInfo
Reference this group by using
{"$ref":"https://timelimit.io/CreateFamilyByMailTokenRequest#/definitions/NewDeviceInfo"}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
model | string |
Required | cannot be null | CreateFamilyByMailTokenRequest |
model
model
- is required
- Type:
string
- cannot be null
- defined in: CreateFamilyByMailTokenRequest
model Type
string