Changes
Page history
Frederick888 created page: home
authored
Jul 30, 2016
by
Frederick Zhang
Show whitespace changes
Inline
Side-by-side
home.md
View page @
4ba3c356
...
@@ -30,6 +30,8 @@
...
@@ -30,6 +30,8 @@
| username | string | user who owns the machine |
| username | string | user who owns the machine |
| password | string | the password |
| password | string | the password |
| machine_name | string | canonical name of the machine |
| machine_name | string | canonical name of the machine |
| level | int | 0: low, 1: high |
| expiration | int | (optional) UNIX time, only needed when low level |
*
Response
*
Response
...
@@ -67,3 +69,5 @@
...
@@ -67,3 +69,5 @@
| Parameter | Type | Description |
| Parameter | Type | Description |
| ----- | ----- | ----- |
| ----- | ----- | ----- |
| nfc_pass | base64 string | encrypted NFC password, plaintext is char(12) |
| nfc_pass | base64 string | encrypted NFC password, plaintext is char(12) |
| level | int | 0: low, 1: high |
| expiration | int | (optional) UNIX time, only needed when low level |
\ No newline at end of file