mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 17:59:24 +02:00
28 lines
No EOL
555 B
JSON
28 lines
No EOL
555 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"action": {
|
|
"enum": [
|
|
"set this device",
|
|
"unset this device"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"currentUserId": {
|
|
"type": "string"
|
|
},
|
|
"authToken": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"action",
|
|
"authToken",
|
|
"currentUserId"
|
|
],
|
|
"definitions": {},
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "UpdatePrimaryDeviceRequest",
|
|
"$id": "https://timelimit.io/UpdatePrimaryDeviceRequest"
|
|
} |