---
title: "aid_auths_clients_id_patch"
method: PATCH
path: "/accounts/{oid}/auth/clients/{id}"
tags: ["clients"]
---

# aid_auths_clients_id_patch

`PATCH /accounts/{oid}/auth/clients/{id}`

Update client details

scopes:
- admin:accounts
- read:accounts

## Path parameters

- `oid` string, ^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$, required
- `id` string, required

## Request body

- ClientPatch
  - `name` string
  - `description` string

## Response `200`

Client

- Client
  - `id` string, uuid — An UUID that uniquely identifies the resource
  - `created_at` string, date-time — The date-time when the resource was created
  - `created_by` string — The ID of the user/client created the resource
  - `updated_at` string, date-time — The date-time when the resource was last updated
  - `deleted_by` string — The ID of the user/client created the resource
  - `deleted_at` string, date-time
  - `name` string
  - `description` string
  - `client_id` string — Your client ID.
  - `callbacks` string[]

## Other responses

- `400` — Bad / Invalid request
- `401` — Access forbidden, invalid JWT token was used
- `403` — Forbidden
- `404` — Resource was not found
- `500` — Unexpected Error

---

[API](https://skmtc.net/dintero/apis/account-management-api.md) · [All operations](https://skmtc.net/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dintero/account-management-api/versions/9b83a4199008/schema)
