PUT suggestions
This section describes how to use the PUT suggestions endpoint. Use the
/api/v1/suggestions/{suggestion_id} (PUT) endpoint to update an existing
Conversation Starter by providing a valid suggestion_id as shown in the
sample payload. To retrieve the suggestion_id, use the Get Suggestions API.
{
"warnings": null,
"guid": "13c863f9-9835-4f1e-b7f8-4ec0bfd7d968",
"suggestion": "Display the details for order {orderID}",
"ibcScreenId": "osportal_user_ibcscreenIDupdate",
"logicalidPrefix": null,
"createdOn": "2024-01-01T12:00:00.000000Z",
"createdBy": null,
"updatedBy": null,
"updatedOn": null
}