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": "d75702a2-eea7-4b6e-bbb0-11c1926d3f45", "Name": "sample string 2", "Start": "2025-05-23T19:31:05.4195107+00:00", "End": "2025-05-23T19:31:05.4195107+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "6c8a4576-ab42-4645-951a-a336a1591881", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "d91de7e9-e8e7-49dc-9e3a-41a45c3f9c69", "_ts": 638836254654195107 }
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": "05e4e5af-107a-4b19-a76e-bc7f76fedb0e", "Name": "sample string 2", "Start": "2025-05-23T19:31:05.4195107+00:00", "End": "2025-05-23T19:31:05.4195107+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "1e567051-0c73-4a45-8b9e-f01b4007b0b8", "ConfigId": "2906f847-4be1-4e65-a82a-b2e3de4ce607" }