Update Orderer Advanced Attributes for a Channel
patch
/console/admin/api/v2/channels/{channelName}/orderingSettings
Update orderer advanced attributes for a channel.
Request
Supported Media Types
- application/json
Path Parameters
-
channelName(required): 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:
number
Default Value:
98
Example:98
-
batchTimeout:
string
Default Value:
2s
Example:2s
-
maxMessageCount:
number
Default Value:
10
Example:10
-
preferredMessageBytes:
number
Default Value:
512
Example:512
Response
Supported Media Types
- application/json
200 Response
Success
400 Response
Invalid Arguments
401 Response
Unauthorized
403 Response
Forbidden
404 Response
Resource not found
500 Response
Internal server error