circle-info
Squadcast is now SolarWinds Incident Response

CommunicationCardsUpdateCommunicationCardRequest

Example Usage

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

let value: CommunicationCardsUpdateCommunicationCardRequest = {
  incidentId: "<id>",
  communicationCardId: "<id>",
  v3IncidentsCommunicationCardsUpdateCommunicationCardRequest: {
    title: "<value>",
    type: "<value>",
    url: "https://political-subsidy.com",
  },
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

Required

communicationCardId

string

✔️

N/A

v3IncidentsCommunicationCardsUpdateCommunicationCardRequest

✔️

N/A

Last updated