Atlas
Suggestions

Track suggestion click

Tracks user engagement with a suggestion. Fire-and-forget — always returns 204 on success.

POST
/api/v1/suggestions/{id}/click

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X POST "http://localhost:3001/api/v1/suggestions/suggestion-id/click"
Empty
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}