code-scanning-default-setup-update-response

You can use `run_url` to track the status of the run. This includes a property status and conclusion. You should not rely on this always being an actions workflow run object.

APIs.ioEngineeringPlatform

Properties

Name Type Description
run_id integer ID of the corresponding run.
run_url string URL of the corresponding run.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-code-scanning-default-setup-update-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/code-scanning-default-setup-update-response",
  "title": "code-scanning-default-setup-update-response",
  "description": "You can use `run_url` to track the status of the run. This includes a property status and conclusion.\nYou should not rely on this always being an actions workflow run object.",
  "type": "object",
  "properties": {
    "run_id": {
      "description": "ID of the corresponding run.",
      "type": "integer"
    },
    "run_url": {
      "description": "URL of the corresponding run.",
      "type": "string"
    }
  }
}