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

TagsAppendTagRequest

Example Usage

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

let value: TagsAppendTagRequest = {
  incidentId: "<id>",
  v3IncidentsTagsAppendTagRequest: {},
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

N/A

v3IncidentsTagsAppendTagRequest

✔️

N/A

Last updated