Marks the feedback as the same thing as an earlier item.
const url = 'https://example.com/api/v1/provision/admin/feedback/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/duplicate';const options = { method: 'POST', headers: {'Content-Type': 'application/json'}, body: '{"note":"example","duplicateOfId":"2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"}'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/api/v1/provision/admin/feedback/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/duplicate \ --header 'Content-Type: application/json' \ --data '{ "note": "example", "duplicateOfId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }'Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”The feedback item.
Request Bodyrequired
Section titled “Request Bodyrequired”The item this duplicates, and an optional note.
A vendor’s decision on a piece of feedback.
object
Why, in the reviewer’s words. Shown to the reporter.
Required only when marking the item a duplicate: the item it duplicates.
Examplegenerated
{ "note": "example", "duplicateOfId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"}A vendor’s decision on a piece of feedback.
object
Why, in the reviewer’s words. Shown to the reporter.
Required only when marking the item a duplicate: the item it duplicates.
Examplegenerated
{ "note": "example", "duplicateOfId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"}A vendor’s decision on a piece of feedback.
object
Why, in the reviewer’s words. Shown to the reporter.
Required only when marking the item a duplicate: the item it duplicates.
Examplegenerated
{ "note": "example", "duplicateOfId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"}Responses
Section titled “Responses”OK
A piece of feedback and what has been decided about it.
object
What kind of thing the user is telling you.
Where a reply would go. Empty for a pure device activation that left no address — the feedback is still worth reading, it just cannot be answered.
The device it was submitted from, when the session recorded one.
Where a piece of feedback has got to.
Who decided, and when — both null while the item is still New.
The reviewer’s note, shown to the reporter as the reason.
The item this duplicates; set only when FeedbackStatusDto FeedbackItemDto.Status is Duplicate.
A piece of feedback and what has been decided about it.
object
What kind of thing the user is telling you.
Where a reply would go. Empty for a pure device activation that left no address — the feedback is still worth reading, it just cannot be answered.
The device it was submitted from, when the session recorded one.
Where a piece of feedback has got to.
Who decided, and when — both null while the item is still New.
The reviewer’s note, shown to the reporter as the reason.
The item this duplicates; set only when FeedbackStatusDto FeedbackItemDto.Status is Duplicate.
Example
{ "kind": "FeatureRequest", "status": "New"}A piece of feedback and what has been decided about it.
object
What kind of thing the user is telling you.
Where a reply would go. Empty for a pure device activation that left no address — the feedback is still worth reading, it just cannot be answered.
The device it was submitted from, when the session recorded one.
Where a piece of feedback has got to.
Who decided, and when — both null while the item is still New.
The reviewer’s note, shown to the reporter as the reason.
The item this duplicates; set only when FeedbackStatusDto FeedbackItemDto.Status is Duplicate.
Example
{ "kind": "FeatureRequest", "status": "New"}Bad Request
object
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}Not Found
object
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}Conflict
object
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}