Update Orderer Advanced Attributes for a Channel

patch

/console/admin/api/v2/channels/{channelName}/orderingSettings

Update orderer advanced attribute for a channel.

Request

Supported Media Types
Path Parameters
Body ()
New orderer attributes to be updated for this channel. Note that 'batchTimeout' should be specified with a string, such as '2s'
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : 200successModels
Type: object
Show Source
Example:
{
    "status":"success"
}

400 Response

Invalid arguments

401 Response

Unauthorized

403 Response

Forbidden

404 Response

Resource not found

500 Response

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