---
title: "partially update one existing copilotAuditLog"
method: PATCH
path: "/api/serviceorganizations/copilotAuditLogs/{identifier}"
tags: ["copilotAuditLogs"]
---

# partially update one existing copilotAuditLog

`PATCH /api/serviceorganizations/copilotAuditLogs/{identifier}`

Partially update one existing copilotAuditLog

## Path parameters

- `identifier` string, uuid, required

## Request body

- CopilotAuditLog
  - `uuid` string, uuid
  - `createdAt` string, date-time
  - `createdBy` string, uuid
  - `lastUpdatedAt` string, date-time
  - `lastUpdatedBy` string, uuid
  - `lastUpdatedByAudience` string
  - `lastUpdatedByAudienceUuid` string, uuid
  - `lastUpdatedByImpersonatedBy` string, uuid
  - `lastUpdatedByCompanyUuid` string, uuid
  - `lastUpdatedByEnterpriseUuid` string, uuid
  - `companyUuid` string, uuid, required — Unique identifier for the company
  - `agentName` string, required — Name of the agent
  - `exAgentId` integer, required — Internal ExAgent ID
  - `exAgentThreadId` integer, required — Internal ExAgent Thread ID
  - `exAgentUuid` string, uuid — External ExAgent UUID
  - `exAgentThreadUuid` string, uuid — External ExAgent Thread UUID
  - `userId` string — User ID who triggered the tool call
  - `userEmail` string — User email who triggered the tool call
  - `actionType` string — Action type (if applicable)
  - `output` string — Serialized output of the tool call
  - `status` string — Status of the tool call
  - `annotations` object — Any extra metadata annotations

## Response `202`

updated copilotAuditLog. Wrapped in a JsonAPI root response.

- object
  - `data` CopilotAuditLog
    - `uuid` string, uuid
    - `createdAt` string, date-time
    - `createdBy` string, uuid
    - `lastUpdatedAt` string, date-time
    - `lastUpdatedBy` string, uuid
    - `lastUpdatedByAudience` string
    - `lastUpdatedByAudienceUuid` string, uuid
    - `lastUpdatedByImpersonatedBy` string, uuid
    - `lastUpdatedByCompanyUuid` string, uuid
    - `lastUpdatedByEnterpriseUuid` string, uuid
    - `companyUuid` string, uuid, required — Unique identifier for the company
    - `agentName` string, required — Name of the agent
    - `exAgentId` integer, required — Internal ExAgent ID
    - `exAgentThreadId` integer, required — Internal ExAgent Thread ID
    - `exAgentUuid` string, uuid — External ExAgent UUID
    - `exAgentThreadUuid` string, uuid — External ExAgent Thread UUID
    - `userId` string — User ID who triggered the tool call
    - `userEmail` string — User email who triggered the tool call
    - `actionType` string — Action type (if applicable)
    - `output` string — Serialized output of the tool call
    - `status` string — Status of the tool call
    - `annotations` object — Any extra metadata annotations
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

## Other responses

- `500` — default error response

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
