v1

latestOpenAPI 3.0.22026-07-2610288167.4 KB
Registry

Claim nodeId into publisherId for the authenticated publisher

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.

post/publishers/{publisherId}/nodes/{nodeId}/claim-my-node

Path parameters

publisherIdstring required
nodeIdstring required

Request body

GH_TOKENstring required

GitHub token to verify if the user owns the repo of the node

Response

Node claimed successfully