Create or Update Dependencies
POST https://api.squadcast.com/v3/services/:serviceID/dependencies
This endpoint defines dependent services for the serviceId mentioned in the params
Requires access_token
as a Bearer {{token}}
in the Authorization
header with write
scope.
Request Body
{"data"=>["612ce2a67115ff9a44a1052d", "60cb200fceb9ac000726a24f"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | null | ||
Content-Type | string |
RESPONSES
status: OK
{"data":{"ok":true}}