mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 17:59:24 +02:00
9.9 KiB
9.9 KiB
ClientPullChangesRequest Schema
https://timelimit.io/ClientPullChangesRequest
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Unknown status | No | Forbidden | Forbidden | none | ClientPullChangesRequest.schema.json |
ClientPullChangesRequest Type
object (ClientPullChangesRequest)
ClientPullChangesRequest Definitions
Definitions group ClientDataStatus
Reference this group by using
{"$ref":"https://timelimit.io/ClientPullChangesRequest#/definitions/ClientDataStatus"}
| 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
Definitions group CategoryDataStatus
Reference this group by using
{"$ref":"https://timelimit.io/ClientPullChangesRequest#/definitions/CategoryDataStatus"}
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| base | string |
Required | cannot be null | ClientPullChangesRequest |
| apps | string |
Required | cannot be null | ClientPullChangesRequest |
| rules | string |
Required | cannot be null | ClientPullChangesRequest |
| usedTime | string |
Required | cannot be null | ClientPullChangesRequest |
base
base
- is required
- Type:
string - cannot be null
- defined in: ClientPullChangesRequest
base Type
string
apps
apps
- is required
- Type:
string - cannot be null
- defined in: ClientPullChangesRequest
apps Type
string
rules
rules
- is required
- Type:
string - cannot be null
- defined in: ClientPullChangesRequest
rules Type
string
usedTime
usedTime
- is required
- Type:
string - cannot be null
- defined in: ClientPullChangesRequest
usedTime Type
string
ClientPullChangesRequest Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| deviceAuthToken | string |
Required | cannot be null | ClientPullChangesRequest |
| status | object |
Required | cannot be null | ClientPullChangesRequest |
deviceAuthToken
deviceAuthToken
- is required
- Type:
string - cannot be null
- defined in: ClientPullChangesRequest
deviceAuthToken Type
string
status
status
- is required
- Type:
object(ClientDataStatus) - cannot be null
- defined in: ClientPullChangesRequest
status Type
object (ClientDataStatus)