POST api/agile/iterations/{id}

Update an Iteration

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

Iteration
NameDescriptionTypeAdditional information
PlanId

globally unique identifier

None.

Name

string

None.

Start

date

None.

End

date

None.

TargetPoints

integer

None.

TargetHours

integer

None.

ExternalId

string

None.

ExternalUrl

string

None.

id

globally unique identifier

None.

ConfigId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PlanId": "647ae6e6-faf2-4e04-94d2-db9b3060cc52",
  "Name": "sample string 2",
  "Start": "2024-10-18T08:32:20.3852645+00:00",
  "End": "2024-10-18T08:32:20.3852645+00:00",
  "TargetPoints": 5,
  "TargetHours": 6,
  "ExternalId": "sample string 7",
  "ExternalUrl": "sample string 8",
  "__app__": "WORKPLANNER",
  "__entity_kind__": "WorkPlanner.Models.Iteration",
  "id": "674fd713-af5b-4c38-a4be-895b6d1e6a20",
  "RestoreFromId": "00000000-0000-0000-0000-000000000000",
  "ConfigId": "d79fe577-ad93-4ed4-a21b-91365cbd3cc9",
  "_ts": 638648371403852645
}

Response Information

Resource Description

Iteration
NameDescriptionTypeAdditional information
PlanId

globally unique identifier

None.

Name

string

None.

Start

date

None.

End

date

None.

TargetPoints

integer

None.

TargetHours

integer

None.

ExternalId

string

None.

ExternalUrl

string

None.

id

globally unique identifier

None.

ConfigId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "PlanId": "d622ddf3-339a-4b69-b495-826d1ef56269",
  "Name": "sample string 2",
  "Start": "2024-10-18T08:32:20.3852645+00:00",
  "End": "2024-10-18T08:32:20.3852645+00:00",
  "TargetPoints": 5,
  "TargetHours": 6,
  "ExternalId": "sample string 7",
  "ExternalUrl": "sample string 8",
  "id": "4bc1da41-7f80-4b16-986c-c91765019b13",
  "ConfigId": "4463c76c-e939-4ccd-8243-53d9154c8cf5"
}