Skip to content

Improvement Update

PUT
/v1/Improvements/{improvementId}

Updates an improvement.

Parameters

Path Parameters

improvementId*integer

The unique identifier of the improvement to update.

Request Body

application/json
object
Max Length100
Min Length0
Valid values"Suggested""Planned""InProgress""Implemented""Evaluated""Archived""Activated""Open"
Valid values"NotPrioritized""LowEffortHighEffect""HighEffortHighEffect""LowEffortLowEffect""HighEffortLowEffect"
Format"int32"
Format"int32"
Format"int32"
Format"date-time"
Format"double"
Format"double"
Format"double"
Format"double"
Format"double"
Format"double"
Format"double"
Format"double"
Valid values"Medium""Good""Bad"

Responses

OK

application/json
JSON
{
"id": 0,
"status": "string",
"priorityStatus": "string",
"groupId": 0,
"group": "string",
"text": "string",
"title": "string",
"categoryId": 0,
"category": "string",
"projectId": 0,
"project": "string",
"lastModified": "string",
"lastModifiedByUserId": "string",
"suggestedByUserId": "string",
"suggestedBy": "string",
"suggestionDate": "string",
"dueDate": "string",
"plannedDate": "string",
"inProgressDate": "string",
"implementedDate": "string",
"evaluatedDate": "string",
"archivedDate": "string",
"responsibleUserId": "string",
"responsibleUser": "string",
"responsibleDisplayName": "string",
"attachmentCount": 0,
"actionListCount": 0,
"commentCount": 0,
"likeCount": 0,
"externalId": "string",
"costOfInvestment": 0,
"gainOfInvestment": 0,
"costOfInvestmentHours": 0,
"gainOfInvestmentHours": 0,
"estimatedCostOfInvestment": 0,
"estimatedGainOfInvestment": 0,
"estimatedCostOfInvestmentHours": 0,
"estimatedGainOfInvestmentHours": 0,
"evaluationStatus": "string",
"evaluationText": "string"
}