POST
/
publishers
/
{publisherId}
/
nodes
/
{nodeId}
/
claim-my-node
Claim nodeId into publisherId for the authenticated publisher
curl --request POST \
  --url https://api.comfy.org/publishers/{publisherId}/nodes/{nodeId}/claim-my-node \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "GH_TOKEN": "<string>"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

publisherId
string
required
nodeId
string
required

Body

application/json

Response

204

Node claimed successfully