curl --request POST \
--url https://api.infera.org/worker/register_node \
--header 'Content-Type: application/json' \
--data '{
"node_url": "<string>",
"node_version": "<string>"
}'
"<any>"
Successful Response
The response is of type any
.
curl --request POST \
--url https://api.infera.org/worker/register_node \
--header 'Content-Type: application/json' \
--data '{
"node_url": "<string>",
"node_version": "<string>"
}'
"<any>"
curl --request POST \
--url https://api.infera.org/worker/register_node \
--header 'Content-Type: application/json' \
--data '{
"node_url": "<string>",
"node_version": "<string>"
}'
"<any>"
Successful Response
The response is of type any
.
curl --request POST \
--url https://api.infera.org/worker/register_node \
--header 'Content-Type: application/json' \
--data '{
"node_url": "<string>",
"node_version": "<string>"
}'
"<any>"