Project API
Update a project feature
put/rest/api/v1/projects/{projectId}/features/{featureId}
Path parameters
projectIdstring uuid required
featureIdstring uuid required
Request body
Example request
{
"setting": {
"maxLotSize": 10,
"minLotSize": 0.01
}
}Response
OK
Example response
{
"setting": {
"maxLotSize": 10,
"minLotSize": 0.01
}
}Changes
Changed in 1 of the 3 revisions of this API.11
- ▲
added
FeatureNewsFilterDTOFeatureNewsProtectionDTOFeatureMarginCapDTOFeatureSpreadFilterDTOFeatureScheduledCloseReopenDTOto thesettingresponse propertyoneOflist for the response status200response-property-one-of-added
- ○
added
FeatureNewsFilterDTOFeatureNewsProtectionDTOFeatureMarginCapDTOFeatureSpreadFilterDTOFeatureScheduledCloseReopenDTOto thesettingrequest propertyoneOflistrequest-property-one-of-added
- ▲