mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 01:39:31 +02:00
4.9 KiB
4.9 KiB
ClientDataStatus Schema
https://timelimit.io/ClientPullChangesRequest#/definitions/ClientDataStatus
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | ClientPullChangesRequest.schema.json* |
ClientDataStatus Type
object
(ClientDataStatus)
ClientDataStatus Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
devices | string |
Required | cannot be null | ClientPullChangesRequest |
apps | object |
Required | cannot be null | ClientPullChangesRequest |
categories | object |
Required | cannot be null | ClientPullChangesRequest |
users | string |
Required | cannot be null | ClientPullChangesRequest |
clientLevel | number |
Optional | cannot be null | ClientPullChangesRequest |
devices
devices
- is required
- Type:
string
- cannot be null
- defined in: ClientPullChangesRequest
devices Type
string
apps
apps
- is required
- Type:
object
(Details) - cannot be null
- defined in: ClientPullChangesRequest
apps Type
object
(Details)
categories
categories
- is required
- Type:
object
(Details) - cannot be null
- defined in: ClientPullChangesRequest
categories Type
object
(Details)
users
users
- is required
- Type:
string
- cannot be null
- defined in: ClientPullChangesRequest
users Type
string
clientLevel
clientLevel
- is optional
- Type:
number
- cannot be null
- defined in: ClientPullChangesRequest
clientLevel Type
number