Set Orderer Service for an Organization
post
/console/admin/api/v2/organizations/{orgName}/setOrderingService
This endpoint sets the orderer service settings for a participant organization, including the MSP ID, certificates, and ordering service node addresses. This API is only available on the participant.
Request
Supported Media Types
- application/json
Path Parameters
-
orgName(required): string
Organization name
Orderer setting information
Response
Supported Media Types
- application/json
200 Response
Set the orderer settings
Root Schema : schema
Type:
object
Example:
{
"status":"SUCCESS"
}
400 Response
Invalid arguments
401 Response
Unauthorized
403 Response
Forbidden
500 Response
Internal server error
Default Response
Unexpected error