http://maasglobal.com/maas-backend/profile/profile-devices-put/response.json
Response schema for profile-devices-put
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Develop | No | Forbidden | Forbidden | maas-backend/profile/profile-devices-put/response.json |
Property | Type | Group |
---|---|---|
deviceIdentifier | uuid | http://maasglobal.com/maas-backend/profile/profile-devices-put/response.json#/definitions/device |
devicePushToken | string |
http://maasglobal.com/maas-backend/profile/profile-devices-put/response.json#/definitions/device |
deviceType | enum |
http://maasglobal.com/maas-backend/profile/profile-devices-put/response.json#/definitions/device |
deviceIdentifier
http://maasglobal.com/core/components/units.json#/definitions/uuid
Push token - 32 chars in iOS, up to 255 in Android
devicePushToken
string
string
All instances must conform to this regular expression (test examples here):
^.{32,255}$
deviceType
enum
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
iOS |
|
Android |
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
debug | object |
Optional | No | response (this schema) |
device | object |
Required | No | response (this schema) |
debug
object
object
with following properties:
| Property | Type | Required | | ——– | —- | ——– |
device
object
object
with following properties:
Property | Type | Required |
---|---|---|
deviceIdentifier |
Required | |
devicePushToken |
string | Required |
deviceType |
string | Required |
deviceIdentifier
http://maasglobal.com/core/components/units.json#/definitions/uuid
Push token - 32 chars in iOS, up to 255 in Android
devicePushToken
string
string
All instances must conform to this regular expression (test examples here):
^.{32,255}$
deviceType
enum
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
iOS |
|
Android |