Update CA Node Configuration

patch

/console/admin/api/v2/nodes/fabricCAs/{caId}/

A certificate authority (CA) node's configuration determines how the node performs and behaves on the network. Use this endpoint to modify the configuration of a CA node.

Request

Supported Media Types
Path Parameters
Body ()
Updated CA attributes
Root Schema : fabricCAWritableAttributes
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Action result
Body ()
Root Schema : schema
Type: object
Example:
{
    "status":"SUCCESS",
    "message":"content"
}

400 Response

Invalid arguments
Body ()
Root Schema : 400errorModels
Type: object
Show Source
Example:
{
    "respMesg":"invalid argument"
}

401 Response

Unauthorized

403 Response

Forbidden

500 Response

Internal server error
Body ()
Root Schema : 500errorModels
Type: object
Show Source

Default Response

Unexpected error
Body ()
Root Schema : errorModel
Type: object
Show Source
Back to Top