Ashutosh Thakur
05/16/2025, 11:25 AMmax_group_limit
---> 500.
As per our use case we want to show atleast 500 parts, if asked 500 or more to suppliers.
So can u please help me with this, i tried searching for typesense cloud cli. but i didn't find.
@Fanis Tharropoulos recommended me to try with api, but nothing happening actually.
Its very urgent, as right now we are having this case at escalation.
So , i would be very glad if u can help me with it.
curl --location --request PATCH '<https://cloud.typesense.org/api/v1/clusters/{CLUSTER_ID}>' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'X-TYPESENSE-CLOUD-MANAGEMENT-API-KEY: <>' \
--data '{
"max_group_limit": 500,
"per_page": 60,
"name": "ashu"
}'
@Sahil Rally @Atishay Jain