develop #38
@ -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
|
type: string
|
||||||
example: iOS
|
format: uuid
|
||||||
pushToken:
|
example: 1
|
||||||
|
externalDeviceId:
|
||||||
type: string
|
type: string
|
||||||
example: abcdef123456
|
format: uuid
|
||||||
isPreferred:
|
example: dee7d80e-9288-4508-a3ed-c067e619179f
|
||||||
type: boolean
|
alias:
|
||||||
example: true
|
type: string
|
||||||
|
example: My iPhone 13
|
||||||
_links:
|
_links:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user