Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
incident_role_task updated
Update a specific incident_role task by id
curl --request PUT \
--url https://api.rootly.com/v1/incident_role_tasks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "incident_role_tasks",
"attributes": {
"task": "<string>",
"description": "<string>",
"priority": "high"
}
}
}'{
"data": {
"id": "43224f75-f1a6-4e9b-b15e-0d30a40b8c4f",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "c46abb81-d55a-4e1a-b56f-a38ad252b16d",
"task": "Task updated",
"description": "Task description updated",
"priority": "medium",
"created_at": "2025-11-25T08:56:06.285-08:00",
"updated_at": "2025-11-25T08:56:07.097-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
incident_role_task updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/incident_role_tasks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "incident_role_tasks",
"attributes": {
"task": "<string>",
"description": "<string>",
"priority": "high"
}
}
}'{
"data": {
"id": "43224f75-f1a6-4e9b-b15e-0d30a40b8c4f",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "c46abb81-d55a-4e1a-b56f-a38ad252b16d",
"task": "Task updated",
"description": "Task description updated",
"priority": "medium",
"created_at": "2025-11-25T08:56:06.285-08:00",
"updated_at": "2025-11-25T08:56:07.097-08:00"
}
}
}