curl --request POST \
--url https://{FUSION HOST}/api/collections/{collection}/partitions/_changed \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"collectionId": "<string>",
"params": {},
"enabled": true
}'
Change partitioned feature for a collection.
curl --request POST \
--url https://{FUSION HOST}/api/collections/{collection}/partitions/_changed \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"collectionId": "<string>",
"params": {},
"enabled": true
}'
Collection ID.
Partitioned feature configuration.
The body is of type object
.
Was this page helpful?