Heyyy <@U01PL2YSG8L>, i am trying this curl to upd...
# community-help
a
Heyyy @Kishore Nallan, i am trying this curl to update the
max_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.
Copy code
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