Skip to content

โœ… Approve Resolution Proposal

Endpoint: POST /api/admin/complaints/{id}/approve/
Auth Required: โœ… Yes (Admin Bearer Token)
Content-Type: application/json


๐Ÿ“Œ Description

This endpoint allows an administrator to approve the resolution proposal submitted by the solver after reviewing the inspection report.

Approval authorizes the solver to proceed with execution and monitoring of the complaint resolution.

Only complaints with a submitted inspection report are eligible for approval.


๐Ÿ” Authentication

Include the admin access token in the request header:


๐Ÿ”— Path Parameter

Parameter Type Required Description
id UUID โœ… Unique complaint ID

๐Ÿงพ Request Body (Optional)

```json { "approval_remarks": "Budget and timeline approved. Proceed with resolution." }