Modify a service dependency
xmatters_modify_a_service_dependencyModify a service dependency in xMatters by providing the API JSON payload with service and dependent IDs, and confirm=true. Requires operator write opt-in.
Instructions
Modify a service dependency. POST /api/xm/1/service-dependencies. Body fields: id, serviceId, dependentServiceId. Reference: https://help.xmatters.com/xmapi/#modify-a-service-dependency Requires operator write opt-in and confirm:true; may notify recipients or change tenant data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Complete API JSON payload (including nested fields). See https://help.xmatters.com/xmapi/#modify-a-service-dependency | |
| query | No | API query parameters; arrays are comma-joined. Documented names: none. Pagination is explicit using offset and limit; results are not automatically combined. | |
| confirm | Yes | Explicit approval of this exact mutation. Operator must also enable XMATTERS_ALLOW_WRITES. |