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
title
string
Max Length
100Min Length
0suggestedByUserId
string
status
string
Valid values
"Suggested""Planned""InProgress""Implemented""Evaluated""Archived""Activated""Open"priorityStatus
string
Valid values
"NotPrioritized""LowEffortHighEffect""HighEffortHighEffect""LowEffortLowEffect""HighEffortLowEffect"groupId
integer
Format
"int32"text
string
categoryId
integer
Format
"int32"projectId
integer
Format
"int32"dueDate
string
Format
"date-time"responsibleUserId
string
externalId
string
costOfInvestment
number
Format
"double"gainOfInvestment
number
Format
"double"costOfInvestmentHours
number
Format
"double"gainOfInvestmentHours
number
Format
"double"estimatedCostOfInvestment
number
Format
"double"estimatedGainOfInvestment
number
Format
"double"estimatedCostOfInvestmentHours
number
Format
"double"estimatedGainOfInvestmentHours
number
Format
"double"evaluationStatus
string
Valid values
"Medium""Good""Bad"evaluationText
string
Responses
OK
application/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"
}
PUT
/v1/Improvements/{improvementId}