# Update feature **PUT /v1/feature/{featureId}** Updates a feature with the given data Does not support editing labels Supported Fields: | FieldName | | ----- | | name | | parentFeatureId (use "ROOT" to move to base of feature tree | ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Path parameters - **featureId** (string) Feature id ### Body: application/json (object) Feature data - **id** (string) - **name** (string) - **type** (string) - **parentFeatureId** (string) - **propertyKey** (string) - **status** (string) - **featureLabels** (array[object]) Array of labels associated with the feature ## Responses ### 204 Updated #### Body: */* (object) - **body** (object) - **statusCode** (string) - **statusCodeValue** (integer(int32)) ### 401 Unauthorized or bad API Key ### 404 Feature not found ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)