mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
5.3 KiB
5.3 KiB
ClientPushChangesRequestAction Schema
https://timelimit.io/ClientPushChangesRequest#/definitions/ClientPushChangesRequestAction
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | ClientPushChangesRequest.schema.json* |
ClientPushChangesRequestAction Type
object
(ClientPushChangesRequestAction)
ClientPushChangesRequestAction Properties
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