---
title: "Update a client"
method: PUT
path: "/client/{client_id}"
tags: ["Client Management"]
---

# Update a client

`PUT /client/{client_id}`

Update the configuration of a previously registered client.

## Path parameters

- `client_id` string, required

## Request body

- Client — Client object
  - `client_id` string
  - `redirect_uris` string[]
  - `response_types` string[]
  - `grant_types` string[]
  - `application_type` string
  - `contacts` string[]
  - `client_name` string, required
  - `logo_uri` string
  - `client_uri` string, required
  - `policy_uri` string
  - `tos_uri` string
  - `default_max_age` integer
  - `default_scopes` string[]

## Response `200`

Client updated

- Client — Client object
  - `client_id` string
  - `redirect_uris` string[]
  - `response_types` string[]
  - `grant_types` string[]
  - `application_type` string
  - `contacts` string[]
  - `client_name` string, required
  - `logo_uri` string
  - `client_uri` string, required
  - `policy_uri` string
  - `tos_uri` string
  - `default_max_age` integer
  - `default_scopes` string[]

## Other responses

- `default` — Problem Detail error response

## Changes

- **2017-03-12** `517735228177` — 2 info
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `404`
- **2017-03-07** `7bc47468bd7b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/authentiqid/apis/authentiq-connect-api/changes/client/:client_id/put.md)

---

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