add registrationId to json example.
parent
d6a8a41e82
commit
d66ac1ba64
|
@ -25,8 +25,9 @@ PUT /v1/acccounts/code/{verification_code}
|
|||
Authorization: Basic {basic_auth}
|
||||
|
||||
{
|
||||
"signalingKey" : "{bas64_encoded_52_byte_key}"
|
||||
"supportsSms" : false
|
||||
"signalingKey" : "{base64_encoded_52_byte_key}",
|
||||
"supportsSms" : false,
|
||||
"registrationId" : "{14-bit number}"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue