Capacity investments
Create a capacity investment on a feature
post/features/{feature_id}/capacity_investments
Path parameters
feature_idstring required
FeatureId identifier
Request body
Example request
{
"capacity_investment": {
"date_source": "manual_dates",
"start_date": "2019-01-01",
"end_date": "2019-01-01"
}
}Response
Successful operation
Changes
No recorded changes to this endpoint across all 5 revisions of this API.