# Modify Data

<table data-full-width="true"><thead><tr><th width="335.3671875">API</th><th>Description</th></tr></thead><tbody><tr><td><strong>POST /api/updateIssueStatus</strong></td><td>Update the status of an issue or vulnerability found in scan results.</td></tr></tbody></table>

## POST /api/updateIssueStatus

> POST request for endpoint /api/updateIssueStatus

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/updateIssueStatus":{"post":{"summary":"POST request for endpoint /api/updateIssueStatus","operationId":"/api/updateIssueStatus-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"issueId":{"type":"object","properties":{"testSubCategory":{"type":"string"},"testErrorSource":{"type":"string"},"testCategoryFromSourceConfig":{"type":"string"},"apiInfoKey":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}}},"testSourceConfig":{"type":"string"}}},"ignoreReason":{"type":"string"},"statusToBeUpdated":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"filterSubCategory":{"type":"string"},"vulnerableRequests":{"type":"string"},"issueId":{"type":"object","properties":{"testSubCategory":{"type":"string"},"testErrorSource":{"type":"string"},"testCategoryFromSourceConfig":{"type":"string"},"apiInfoKey":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}}},"testSourceConfig":{"type":"string"}}},"filterCollectionsId":{"type":"string"},"similarlyAffectedIssues":{"type":"string"},"filterStatus":{"type":"string"},"skip":{"type":"integer","format":"int32"},"filterSeverity":{"type":"string"},"startEpoch":{"type":"integer","format":"int32"},"issueIdArray":{"type":"string"},"testSourceConfigs":{"type":"string"},"issues":{"type":"string"},"subCategories":{"type":"string"},"totalIssuesCount":{"type":"integer","format":"int32"},"testingRunResult":{"type":"string"},"ignoreReason":{"type":"string"},"limit":{"type":"integer","format":"int32"},"categories":{"type":"string"},"statusToBeUpdated":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```
