Reeve
DevelopersAPI ReferenceEnrich

Accept a suggestion

Dispatch acceptance to the registered handler for the suggestion's target_kind.

POST
/api/enrich/v1/suggestions/{suggestion_id}/accept

Path Parameters

suggestion_id*Suggestion Id

Header Parameters

X-Org-Id?string|null
X-Reeve-Service-Token?string|null
x-user-id?string|null
authorization?string|null
x-guest-id?string|null

Response Body

application/json

application/json

curl -X POST "https://example.com/api/enrich/v1/suggestions/string/accept"
null
{  "detail": [    {      "ctx": {},      "input": null,      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}