Skip to content

Send node version to API #68

Open
Open
@artyukh

Description

@artyukh

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions