---
title: "PostmortemSectionUpdatedV2 Audit logs"
method: GET
path: "/x-audit-logs/postmortem_section.updated.2"
tags: ["Audit logs"]
---

# PostmortemSectionUpdatedV2 Audit logs

`GET /x-audit-logs/postmortem_section.updated.2`

This entry is created whenever a postmortem template section is updated

## Response `200`

OK response.

- AuditLogsPostmortemSectionUpdatedV2ResponseBody
  - `action` string, required — The type of log entry that this is
  - `actor` AuditLogActorV2, required
    - `id` string, required — The ID of the actor
    - `metadata` AuditLogActorMetadataV2
      - `api_key_roles` string — The roles that the API key has, separated by commas (if it's an API key actor)
      - `external_resource_external_id` string — The ID of the external resource in the 3rd party system (if it's an external resource actor)
      - `external_resource_type` string — The type of the external resource (if it's an external resource actor)
      - `user_base_role_slug` string — The base role slug of the user (if it's a user actor)
      - `user_custom_role_slugs` string — The custom role slugs of the user, separated by commas (if it's a user actor)
    - `name` string — The name of the actor
    - `type` 'user' | 'system' | 'api_key' | 'workflow' | 'external_resource', required — The type of actor
  - `context` AuditLogEntryContextV2, required
    - `location` string, required — The location of the actor that performed this action
    - `user_agent` string — The user agent of the actor that performed this action
  - `occurred_at` string, date-time, required — When the entry occurred
  - `targets` AuditLogTargetV2[], required — The custom field that was created
    - `id` string, required — The ID of the target
    - `name` string — The name of the target
    - `type` 'api_key' | 'alert_route' | 'alert_schema' | 'alert_source' | 'announcement_rule' | 'catalog_type' | 'custom_field' | 'debrief_invite_rule' | 'escalation_path' | 'follow_up_priority' | 'holiday_user_feed' | 'incident' | 'incident_call_setting' | 'incident_duration_metric' | 'incident_role' | 'incident_status' | 'incident_timestamp' | 'incident_type' | 'integration' | 'internal_status_page' | 'nudge' | 'schedule_override' | 'policy' | 'post_incident_task' | 'postmortem_template' | 'postmortem_template_section' | 'private_incident_membership' | 'rbac_role' | 'scim_group' | 'schedule' | 'severity' | 'status_page' | 'status_page_sub_page' | 'status_page_template' | 'user' | 'workflow', required — The type of target
  - `version` integer, required — Which version the event is

---

[API](https://skmtc.net/incident/apis/incident-io.md) · [All operations](https://skmtc.net/incident/apis/incident-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/incident/incident-io/revisions/602fc25ddd76/schema)
