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