Edit Review Response Draft Route
Brand Reviews
Edit Review Response Draft Route
Save a user’s edit into edited_text; flips status to edited.
Authorization: _get_brand_or_404 proves brand ownership; the draft’s
own brand_id FK (checked inside the service) is the anchor that
proves this draft belongs to that brand — no second advertiser
resolution is needed, since the row could only have been created via
the own-brand-gated create route above.
PATCH
Edit Review Response Draft Route
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
PATCH body — save the user's edit into edited_text.
Required string length:
1 - 5000Response
Successful Response
One AI-drafted reply, as served to every consuming surface.
Available options:
draft, edited, copied, dismissed