| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**id**  
integer  
**required**  
The id of the issue

**description**  
string  
**required**

**api-version**  
integer  
**required**  
Target API version

# ```200      Success

object

id
integer

created_at
date-time

updated_at
date-time

created_by
string

returns the full name or email of whoever created the issue

closed_by
string

returns the full name or email of whoever closed the issue

description
string

closed_description
string

status
string

image_count
number
# ```

# ``401      Unauthorized

# ``403      Forbidden

# ``404      Not found

# ``406      Not Acceptable

# ``422      Unprocessable Content

```

Updated3 months ago

---

ShellNodeRubyPHPPython

Bearer

**Base URL**  
https://api.dealerware.com/admin/issues/{id}/resolve

```

xxxxxxxxxx

curl --request PUT \

--url https://api.dealerware.com/admin/issues/id/resolve \

--header 'accept: application/json' \

--header 'content-type: application/json'
```

```

xxxxxxxxxx

{

"id": 1,

"created_at": "2026-07-28T06:44:42.272Z",

"updated_at": "2026-07-28T06:44:42.272Z",

"created_by": "John Smith",

"closed_by": "john.smith@example.net",

"description": "Scratches on the passenger door side",

"closed_description": "Buffed out scratches in the shop",

"status": "opened",

"image_count": 0
}
```

Updated3 months ago
