mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 17:59:24 +02:00
3.6 KiB
3.6 KiB
RemoveDeviceRequest Schema
https://timelimit.io/RemoveDeviceRequest
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | Yes | Unknown status | No | Forbidden | Forbidden | none | RemoveDeviceRequest.schema.json |
RemoveDeviceRequest Type
object
(RemoveDeviceRequest)
RemoveDeviceRequest Definitions
RemoveDeviceRequest Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
deviceAuthToken | string |
Required | cannot be null | RemoveDeviceRequest |
parentUserId | string |
Required | cannot be null | RemoveDeviceRequest |
parentPasswordSecondHash | string |
Required | cannot be null | RemoveDeviceRequest |
deviceId | string |
Required | cannot be null | RemoveDeviceRequest |
deviceAuthToken
deviceAuthToken
- is required
- Type:
string
- cannot be null
- defined in: RemoveDeviceRequest
deviceAuthToken Type
string
parentUserId
parentUserId
- is required
- Type:
string
- cannot be null
- defined in: RemoveDeviceRequest
parentUserId Type
string
parentPasswordSecondHash
parentPasswordSecondHash
- is required
- Type:
string
- cannot be null
- defined in: RemoveDeviceRequest
parentPasswordSecondHash Type
string
deviceId
deviceId
- is required
- Type:
string
- cannot be null
- defined in: RemoveDeviceRequest
deviceId Type
string