POST api/agile/iterations/{id}
Update an Iteration
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
IterationName | Description | Type | Additional 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": "2fda23fb-c10c-4fb0-b50b-def3ba04212f", "Name": "sample string 2", "Start": "2025-04-04T02:27:16.3591798+00:00", "End": "2025-04-04T02:27:16.3591798+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "a89aeb99-767e-4cda-8e9c-944af0172675", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "fb0c8468-007a-4ab4-8a00-ced0b4e3d6a9", "_ts": 638793304363591798 }
Response Information
Resource Description
IterationName | Description | Type | Additional 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": "46b8828e-7781-49a3-99c8-d860a6e71e1e", "Name": "sample string 2", "Start": "2025-04-04T02:27:16.3591798+00:00", "End": "2025-04-04T02:27:16.3591798+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "08230b90-6765-48c4-8a54-59697e5a47be", "ConfigId": "b1d1190f-b30e-4529-a32e-93319e49fcc2" }