curl --request POST \
--url https://sla.thena.ai/v1/sla/override-sla \
--header 'Content-Type: application/json' \
--data '
{
"entityId": "entity-123456",
"entityType": "ticket",
"metricOverrides": [
{
"durationInMinutes": 120,
"metric": "response_time"
}
]
}
'curl --request POST \
--url https://sla.thena.ai/v1/sla/override-sla \
--header 'Content-Type: application/json' \
--data '
{
"entityId": "entity-123456",
"entityType": "ticket",
"metricOverrides": [
{
"durationInMinutes": 120,
"metric": "response_time"
}
]
}
'Documentation Index
Fetch the complete documentation index at: https://docs.thena.ai/llms.txt
Use this file to discover all available pages before exploring further.