Fix
complete_recommendation
POSTFreebusiness:writewrite
Marks a recommendation done or dismissed. Pass status=dismissed with a reason when the rec is wrong. Requires business:write.
When to use
when the user has applied a fix and wants Scope to attribute the before/after.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
recommendation_id | string | yes | — | — |
note | string | no | — | — |
fix_url | string (uri) | no | — | Link to the applied fix |
status | completed | dismissed | no | — | dismissed = won't fix / bad rec |
reason | string | no | — | Why this rec was dismissed |
REST path: POST /v1/complete_recommendation · All tools