Appearance
Move feedback to a roadmap list without changing status​
PATCH
/product/sites/{siteId}/roadmap/feedback/{feedbackId}
Authorizations​
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters​
Path Parameters
siteId*
Type
Requiredstring
feedbackId*
Type
Requiredstring
Request Body​
application/json
JSON"roadmap_list": "string"
{
 Â
}
Responses​
OK
application/json
JSON"feedback": "string","customer_update_notification": "string"
{
 Â
 Â
}