...
| Anchor | ||||
|---|---|---|---|---|
|
Examples:
Method: /token/get
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"match":
[
"serial":"token serial"
],
"return":["id", "serial","status"]
} |
...
| Anchor | ||||
|---|---|---|---|---|
|
Examples:
Method:/token/set
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"id": "token id1",
"attrs":
{
"status": "DISABLED"
}
} |
...