v2

latestOpenAPI 3.0.0Terms and conditions2026-08-064293107.7 KB
Feedback items

Update an existing feedback item. All fields optional (partial update); only provided fields change. feedbackItemId accepts a numeric id or a KEY-N shortId. Returns the full updated feedback item.

patch/feedback_item/{feedbackItemId}

Path parameters

feedbackItemIdstring required

Request body

titlestring

New title (non-empty, max 256 chars).

descriptionstring nullable
categoryIdstring nullable
importanceIdstring nullable
statusIdstring

Portal status — numeric id OR exact name (e.g. Released).

internalStatusIdstring

Internal status — numeric id OR exact name (e.g. Under consideration).

companystring nullable
labelsstring[] nullable
connectedItemIdsstring[]

Existing work item ids to additionally connect to this feedback item.

Response

The updated feedback item

idstring required
portalIdstring
shortIdstring
titlestring
descriptionstring
creationTimestring date-time
updateTimestring date-time
labelsstring[]
commentCountnumber double
internalNoteCountnumber double
webUrlstring

Direct link into the feedback portal for this feedback item.