---
title: "Update a client"
method: PUT
path: "/v1/workspaces/{workspaceId}/clients/{id}"
tags: ["Client"]
---

# Update a client

`PUT /v1/workspaces/{workspaceId}/clients/{id}`

## Path parameters

- `id` string, required — Represents a client identifier across the system.
- `workspaceId` string, required — Represents a workspace identifier across the system.

## Query parameters

- `archive-projects` boolean
- `mark-tasks-as-done` boolean

## Request body

- UpdateClientRequestV1
  - `address` string — Represents a client's address.
  - `archived` boolean — Indicates if client will be archived or not.
  - `ccEmails` string[]
  - `currencyId` string — Represents a currency identifier across the system.
  - `email` string, email — Represents a client email.
  - `name` string — Represents a client name.
  - `note` string — Represents additional notes for the client.

## Response `200`

OK

- ClientDtoV1
  - `address` string — Represents client's address.
  - `archived` boolean — Represents whether a client is archived or not.
  - `ccEmails` string[] — Represents additional emails for sending invoices.
  - `currencyId` string — Represents currency identifier across the system.
  - `email` string — Represents client email.
  - `id` string — Represents client identifier across the system.
  - `name` string — Represents client name.
  - `note` string — Represents saved notes for the client.
  - `workspaceId` string — Represents workspace identifier across the system.

---

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