POST
/
collections
/
{collection}
/
partitions
/
_changed
Update a partition feature
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
}'

Path Parameters

collection
string
required

Collection ID.

Body

application/json

Partitioned feature configuration.

The body is of type object.