Update Orderer Advanced Attributes for a Channel
patch
/console/admin/api/v1.1/channels/{channelName}/orderingSettings
Update orderer advanced attributes for a channel.
Request
Supported Media Types
- application/json
Path Parameters
-
channelName: string
The specified channel name
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:
Show Source
object-
absoluteMessageBytes(optional):
number
Default Value:
98Example:98 -
batchTimeout(optional):
string
Default Value:
2sExample:2s -
maxMessageCount(optional):
number
Default Value:
10Example:10 -
preferredMessageBytes(optional):
number
Default Value:
512Example:512
Response
Supported Media Types
- application/json
200 Response
Success
400 Response
Invalid argument
401 Response
Unauthorized
403 Response
Forbidden
404 Response
Resource not found
500 Response
Internal Server Error