Skip to main content

Update Location SLA Override

PUT 

/api/v2/organizations/:organizationId/locations/:locationId/sla-override

Update or remove the SLA template override for a specific location

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    locationId stringrequired

    The ID of location.

Body

required
    slaTemplateId string

    The ID of SLA template to override with (null to remove override)

Responses

Schema
    data objectrequired

    Data of the updated location SLA override.

    locationId stringrequired
    locationName stringrequired
    slaTemplateId stringrequired
    slaTemplate objectrequired
Loading...