...
Expand |
---|
|
Request URL: https://slaapp.almarise.com/integration/V1/metric/6751a9af00835a31fb1c27ac Response body: Code Block |
---|
{
"name": "string",
"description": "string"
} |
|
Panel |
---|
|
PUT/integration/V1/metric/{id} |
Update the given SLA metric (e.g. change the name of the metric).
Expand |
---|
|
Parameter | Type | Default value | Required |
---|
id | string |
| |
|
Expand |
---|
|
Code Block |
---|
{
"name": "Time to Resolution",
"description": "Time to Resolution of the ticket"
} |
|
Expand |
---|
|
Request URL: https://slaapp.almarise.com/integration/V1/metric/6751a9af00835a31fb1c27ac Response body: Code Block |
---|
{
"name": "Time To Resolution",
"id": "6751a9af00835a31fb1c27ac"
} |
|