Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
GitHub token to verify if the user owns the repo of the node
Response
Node claimed successfully
This endpoint allows a publisher to claim an unclaimed node that they own the repo, which is identified by the nodeId. The unclaimed node’s repository must be owned by the authenticated user.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
GitHub token to verify if the user owns the repo of the node
Node claimed successfully