curl --request PUT \
--url https://{FUSION HOST}/api/collections/{collection}/features/{feature} \
--header 'Content-Type: application/json' \
--data '{}'
Update a feature’s properties.
curl --request PUT \
--url https://{FUSION HOST}/api/collections/{collection}/features/{feature} \
--header 'Content-Type: application/json' \
--data '{}'
An optional tag to match against the specified feature.
The name of a collection.
The name of a feature.
Additional commands to execute.
JSON-formatted configuration values.
The body is of type object
.
Was this page helpful?