---
title: "Update"
method: PUT
path: "/api/cp/cli-global/{id}"
tags: ["Cli Global"]
---

# Update

`PUT /api/cp/cli-global/{id}`

Update an existing Cli Global record by ID.

## Path parameters

- `id` integer, required

## Request body

- CliGlobalInput
  - `id` integer — Id
  - `account_id` integer — Account Id (references account.id)
  - `cli` string — Cli
  - `cli_rewrite` string — Cli Rewrite
  - `p_asserted_identity_rewrite` string — P Asserted Identity Rewrite
  - `forced` integer — Forced
  - `p_asserted_identity` string — P Asserted Identity
  - `notes` string — Notes
  - `origination` integer — Origination
  - `use_did` 'Disabled' | 'Filter' | 'Random' | 'Prefix Match' | 'Performance', required — Use Did
  - `stir_shaken_cert_id` string — Stir Shaken Cert Id
  - `stir_shaken_attestation` 'None' | 'A' | 'B' | 'C', required — Stir Shaken Attestation
  - `dn_match` string — Dn Match
  - `datastore_id` string — Datastore Id
  - `allow_type` string — Allow Type
  - `ftc_reported` integer, required — Ftc Reported
  - `tag` string — Tag
  - `flags` string — Flags
  - `performance_top_batch_size` integer — Performance Top Batch Size
  - `performance_interval` integer — Performance Interval
  - `performance_ban_time` integer — Performance Ban Time
  - `hit_limit` integer — Hit Limit
  - `hit_interval` integer — Hit Interval

## Response `200`

Operation completed successfully

- SuccessResponse
  - `status` string — Operation status

## Other responses

- `400` — Bad Request - Invalid parameters or request body
- `401` — Authentication information is missing or invalid
- `403` — Access denied - insufficient permissions or dependency access failure
- `404` — Resource not found
- `409` — Conflict - foreign key or unique constraint violation on write
- `500` — Internal server error

---

[API](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api.md) · [All operations](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/connexcs/connexcs-control-panel-api/revisions/54bc2ed6edae/schema)
