APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Code Scanningupdate Alert Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Code Scanningupdate Alert Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "code-scanning/update-alert",
  "method": "PATCH",
  "path": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}",
  "summary": "APIs.io Engineering Platform Update a code scanning alert",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "state": "dismissed",
        "dismissed_reason": "false positive",
        "dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library."
      }
    }
  ],
  "responseExamples": []
}