mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
7.2 KiB
7.2 KiB
ClientPushChangesRequest Schema
https://timelimit.io/ClientPushChangesRequest
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | Yes | Unknown status | No | Forbidden | Forbidden | none | ClientPushChangesRequest.schema.json |
ClientPushChangesRequest Type
object
(ClientPushChangesRequest)
ClientPushChangesRequest Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
deviceAuthToken | string |
Required | cannot be null | ClientPushChangesRequest |
actions | array |
Required | cannot be null | ClientPushChangesRequest |
deviceAuthToken
deviceAuthToken
- is required
- Type:
string
- cannot be null
- defined in: ClientPushChangesRequest
deviceAuthToken Type
string
actions
actions
- is required
- Type:
object[]
(ClientPushChangesRequestAction) - cannot be null
- defined in: ClientPushChangesRequest
actions Type
object[]
(ClientPushChangesRequestAction)
ClientPushChangesRequest Definitions
Definitions group ClientPushChangesRequestAction
Reference this group by using
{"$ref":"https://timelimit.io/ClientPushChangesRequest#/definitions/ClientPushChangesRequestAction"}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
encodedAction | string |
Required | cannot be null | ClientPushChangesRequest |
sequenceNumber | number |
Required | cannot be null | ClientPushChangesRequest |
integrity | string |
Required | cannot be null | ClientPushChangesRequest |
type | string |
Required | cannot be null | ClientPushChangesRequest |
userId | string |
Required | cannot be null | ClientPushChangesRequest |
encodedAction
encodedAction
- is required
- Type:
string
- cannot be null
- defined in: ClientPushChangesRequest
encodedAction Type
string
sequenceNumber
sequenceNumber
- is required
- Type:
number
- cannot be null
- defined in: ClientPushChangesRequest
sequenceNumber Type
number
integrity
integrity
- is required
- Type:
string
- cannot be null
- defined in: ClientPushChangesRequest
integrity Type
string
type
type
- is required
- Type:
string
- cannot be null
- defined in: ClientPushChangesRequest
type Type
string
type Constraints
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"appLogic" |
|
"child" |
|
"parent" |
userId
userId
- is required
- Type:
string
- cannot be null
- defined in: ClientPushChangesRequest
userId Type
string