develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit d2176dfdc3 - Show all commits

View File

@ -243,14 +243,12 @@ paths:
], ],
"devices": [ "devices": [
{ {
"deviceTypeId": 1, "externalDeviceId": "123e4567-e89b-12d3-a456-426614174000",
"deviceIdentifier": "123e4567-e89b-12d3-a456-426614174000", "alias": "My iPhone",
"isPreferred": true
}, },
{ {
"deviceTypeId": 2, "externalDeviceId": "987e6543-e21b-12d3-a456-426614174999",
"deviceIdentifier": "987e6543-e21b-12d3-a456-426614174999", "alias": "My iPad",
"isPreferred": false
} }
] ]
} }
@ -342,16 +340,14 @@ paths:
], ],
"devices": [ "devices": [
{ {
"deviceId": 1, "deviceId": "813afdd8-bf8c-4e26-bfda-4da79552bd38",
"deviceTypeId": 1, "externalDeviceId": "123e4567-e89b-12d3-a456-426614174000",
"deviceIdentifier": "123e4567-e89b-12d3-a456-426614174000", "alias": "My iPhone",
"isPreferred": true
}, },
{ {
"deviceId": 2, "deviceId": "4f4249a2-ac6c-44f9-b740-66e66b6f3c28",
"deviceTypeId": 2, "externalDeviceId": "987e6543-e21b-12d3-a456-426614174999",
"deviceIdentifier": "987e6543-e21b-12d3-a456-426614174999", "alias": "My iPad",
"isPreferred": false
} }
] ]
} }
@ -3612,23 +3608,16 @@ components:
type: object type: object
properties: properties:
deviceId: deviceId:
type: integer
example: 1
deviceType:
type: object
properties:
deviceTypeId:
type: integer
example: 1
name:
type: string
example: iOS
pushToken:
type: string type: string
example: abcdef123456 format: uuid
isPreferred: example: 1
type: boolean externalDeviceId:
example: true type: string
format: uuid
example: dee7d80e-9288-4508-a3ed-c067e619179f
alias:
type: string
example: My iPhone 13
_links: _links:
type: object type: object
properties: properties: