Modify Data
API
Description
POST /api/updateIssueDescription
Update or edit the description of a specific issue to add context or notes.
Header parameters
x-api-keystringRequiredExample:
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
Body
descriptionstringRequiredExample:
value
Responses
200
description
application/json
post
POST /api/updateIssueDescription HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 285
{
"issueId": {
"testSubCategory": "JWT_NONE_ALGO",
"testErrorSource": "AUTOMATED_TESTING",
"testCategoryFromSourceConfig": "null",
"apiInfoKey": {
"method": "PATCH",
"apiCollectionId": 1738896228,
"url": "https://api.example.comrest/products/reviews"
},
"testSourceConfig": "null"
},
"description": "value"
}
200
description
{
"historicalData": "null",
"filterCollectionsId": "null",
"showApiInfo": false,
"testingRunResults": "null",
"reportFilters": "ERROR",
"description": "value",
"filterCompliance": "null",
"skip": 0,
"filterSeverity": "null",
"issues": "null",
"openIssuesCount": 0,
"buaCategoryCount": 0,
"subCategories": "null",
"generatedReportId": "null",
"testingRunResult": "null",
"ignoreReason": "null",
"limit": 0,
"testingRunResultList": "null",
"categories": "null",
"removedRunResultsIssuesList": "null",
"fixedIssuesCount": 0,
"severityInfo": "{}",
"filterSubCategory": "null",
"vulnerableRequests": "null",
"sampleDataVsCurlMap": "null",
"issueId": {
"testSubCategory": "JWT_NONE_ALGO",
"testErrorSource": "AUTOMATED_TESTING",
"testCategoryFromSourceConfig": "null",
"testSourceConfig": "null",
"apiInfoKey": {
"method": "PATCH",
"apiCollectionId": 1738896228,
"url": "https://api.example.comproducts/reviews"
}
},
"similarlyAffectedIssues": "null",
"openIssuesCountDayWise": "null",
"ignoredIssuesCount": 0,
"filterStatus": "null",
"testSourceConfigs": "null",
"issueIdArray": "null",
"testingRunResultSummary": "null",
"endpointsCount": 0,
"fetchOnlyActive": false,
"criticalIssuesCountDayWise": "null",
"response": "null",
"totalIssuesCountDayWise": "null",
"statusToBeUpdated": "null",
"issuesDescriptionMap": "null"
}
Last updated
Was this helpful?