Open
Description
After starting App need to send a version of debridge_node to our node
curl -X 'POST' \
'http://localhost:5000/Validator/setNodeVersion' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"version": "string"
}'
Add version of debridge_node to this request
curl -X 'POST' \
'http://localhost:5000/Validator/updateOrbitDb' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"orbitLogsDb": "string",
"orbitDocsDb": "string",
"nodeVersion": "string"
}'
Metadata
Metadata
Assignees
Labels
No labels