Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

IncidentsIncidentPriorityUpdateResponse

The request has succeeded.

Example Usage

import { IncidentsIncidentPriorityUpdateResponse } from "@solarwinds/squadcast-sdk-typescript/models/operations";

let value: IncidentsIncidentPriorityUpdateResponse = {
  data: {
    incidentId: "<id>",
    priority: "<value>",
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

Last updated