mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
4.2 KiB
4.2 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 |
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