PUT
/
collections
/
{collection}
/
features
/
{feature}
Update a feature
curl --request PUT \
  --url https://{FUSION HOST}/api/collections/{collection}/features/{feature} \
  --header 'Content-Type: application/json' \
  --data '{}'

Headers

If-Match
string
default:"-1"

An optional tag to match against the specified feature.

Path Parameters

collection
string
required

The name of a collection.

feature
string
required

The name of a feature.

Query Parameters

callback
boolean
default:true

Additional commands to execute.

Body

application/json · object

JSON-formatted configuration values.

The body is of type object.