Join a Peer to a Channel
post
/console/admin/api/v2/nodes/peers/{peerId}/joinChannel
You can add a peer node to a channel so that the node can use it to exchange private transaction information with other peer nodes on the channel.
Request
Supported Media Types
- application/json
Path Parameters
-
peerId(required): string
ID of peer to join the channel
Channel name
Response
Supported Media Types
- application/json
200 Response
Peer joined channel successfully
400 Response
Invalid argument
401 Response
Unauthorized
403 Response
Forbidden
500 Response
Internal server error
Default Response
Unexpected error