Update SLA Definition
Update an SLA definition. All fields are optional; only provided fields are updated.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
SlaStartingPoint controls when the SLA clock starts counting for
auto-attached SLAs. Milestone-dependent starting points (e.g. "after
escalation") are intentionally not modeled here — express them via
attachment criteria (e.g. ticket.escalation_level = human) combined
with FROM_ATTACHMENT.
SLA_STARTING_POINT_UNSPECIFIED, SLA_STARTING_POINT_FROM_ATTACHMENT, SLA_STARTING_POINT_FROM_CREATION SlaMetric identifies what an SLA measures (i.e., what stops the clock). New metrics are added by extending this enum and registering a metric handler in backend/services/svhelp/src/internal/state/ticket/rule/sla/metric.
SLA_METRIC_UNSPECIFIED, SLA_METRIC_RESOLUTION, SLA_METRIC_FIRST_RESPONSE Response
Success
SlaDefinition represents a reusable SLA policy.

