Check Max Connection COuch
Developing
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
Body Params application/json
Request Code Samples
curl --location --request POST 'https://mazu-lan.concise.co.id/couch/_node/nonode@nohost/_config/chttpd/max_connections' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '10000'
Responses
application/json Modified at 2025-06-23 08:55:07