Skip to content

PUT   /tickets/settings/sla

Update SLA thresholds

Update SLA threshold configuration for all priority levels

Request Body

{}

Try it out

Loading...

Output:

Responses

Description

SLA thresholds updated successfully

{
"success": false,
"message": "string",
"slaThresholds": {}
}

References

#/components/schemas/SLAThreshold

type: object
properties:
firstResponseMinutes:
type: integer
minimum: 1
description: First response target in minutes
resolutionMinutes:
type: integer
minimum: 1
description: Resolution target in minutes

Route Source Code

Check out the source code for this route entrypoint here: /tickets/settings/sla/route.ts

Or the swagger.yaml spec this documentation was generated from: /tickets/settings/swagger.yaml