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

Services/Dependencies

Create or Update Dependencies

post
/v3/services/{serviceID}/dependencies
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
serviceIDstringRequired
Body
dependenciesstring[]Required
Responses
201

The request has succeeded and a new resource has been created as a result.

application/json
post/v3/services/{serviceID}/dependencies
POST /v3/services/{serviceID}/dependencies HTTP/1.1
Host: api.squadcast.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 25

{
  "dependencies": [
    "text"
  ]
}
{
  "data": {
    "ok": true
  }
}

Last updated