Create or Update Dependencies

POST https://platform-backend.squadcast.com/v2/organizations/:organizationID/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

KeyDatatypeRequiredDescription
Authorizationnull
Content-Typestring

RESPONSES

status: OK

{"ok":true}