code-scanning-alert-set-state

Sets the state of the code scanning alert. You must provide `dismissed_reason` when you set the state to `dismissed`.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-code-scanning-alert-set-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/code-scanning-alert-set-state",
  "title": "code-scanning-alert-set-state",
  "description": "Sets the state of the code scanning alert. You must provide `dismissed_reason` when you set the state to `dismissed`.",
  "type": "string",
  "enum": [
    "open",
    "dismissed"
  ]
}