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": "35ddc79b-3ef6-4851-91a3-700ff7a7b2ad", "Name": "sample string 2", "Start": "2024-12-18T19:46:39.3674913+00:00", "End": "2024-12-18T19:46:39.3674913+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.Iteration", "id": "1351bf84-aff3-48e6-b0e3-ca8b3d2e4096", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "ad497257-6315-444c-8c73-6270eb67463f", "_ts": 638701479993674913 }
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": "058b148a-37d5-4595-8942-2031b084a79b", "Name": "sample string 2", "Start": "2024-12-18T19:46:39.3674913+00:00", "End": "2024-12-18T19:46:39.3674913+00:00", "TargetPoints": 5, "TargetHours": 6, "ExternalId": "sample string 7", "ExternalUrl": "sample string 8", "id": "b544cce2-c5da-4be1-90c5-dd700e6fc22e", "ConfigId": "22129021-d6ae-4514-a359-d2d5968f5886" }