Object Hints REST Endpoints

Opportunities/Object Hints
The object hints resource is used to view and update the AI object hints. It stores AI hint instances specific to an object along with user responses to the hints.
End date all object hints
Method: post
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/AiObjectHints/action/endDateObjectHints
Get all object hints
Method: get
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/AiObjectHints
Get an object hint
Method: get
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/AiObjectHints/{ObjectHintId}
Update an object hint
Method: patch
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/AiObjectHints/{ObjectHintId}