cURL
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.
Collection ID.
Partitioned feature configuration.
Show child attributes
Was this page helpful?