v2

OpenAPI 3.1.02026-07-263411923.0 MB
Capacity estimate values

Create estimate values for a capacity investment

Estimate value objects should include the following keys: team_id, period_start, and total. This endpoint uses an "upsert" flow, updating existing records, or creating new ones if they do not exist. Returns all updated and destroyed estimate values, including computed sums and ignored values.

post/capacity_investments/{id}/estimate_values

Path parameters

idstring required

Id identifier

Request body

Example request

{
  "estimate_value": {
    "total": 20
  }
}

Response

Successful operation