Upsert Sla Target
AuthorizationBearer <token>
In: header
Path Parameters
policy_id*Policy Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/sla/policies/string/targets" \ -H "Content-Type: application/json" \ -d '{ "first_response_minutes": 0, "resolution_minutes": 0 }'{
"first_response_minutes": 0,
"id": "string",
"next_response_minutes": 0,
"priority": "string",
"resolution_minutes": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}