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