mirror of
https://github.com/status-im/status-keycard-go.git
synced 2025-03-03 15:30:28 +00:00
15 lines
259 B
HTTP
15 lines
259 B
HTTP
# @name Start
|
|
POST {{address}}/rpc
|
|
|
|
{
|
|
"id": "{{$random.uuid}}",
|
|
"method": "keycard.Start",
|
|
"params": [
|
|
{
|
|
"storageFilePath": "{{storageFilePath}}",
|
|
"logEnabled": true,
|
|
"logFilePath": ""
|
|
}
|
|
]
|
|
}
|