---
title: "Used to update existing client details"
method: PUT
path: "/oauth/client/{client_id}"
tags: ["oauth"]
---

# Used to update existing client details

`PUT /oauth/client/{client_id}`

Update Oauth client information

## Path parameters

- `client_id` string, required

## Request body

- OauthClientInput — Oauth client information
  - `client_name` string, required — client name of the Oauth Client
  - `redirect_uris` string[], required
  - `client_description` string, required — client description of the Oauth Client
  - `default_scopes` string[], required

## Response `200`

Success

- OauthClientResponse — Oauth client information
  - `redirect_uris` string[], required
  - `client_id` string, required — client id of the Oauth Client
  - `client_secret` string, required — client secret of the Oauth Client
  - `client_name` string, required — client name of the Oauth Client
  - `client_description` string, required — client description of the Oauth Client
  - `default_scopes` string[], required

## Other responses

- `404` — Client identifier does not exists
- `default` — Internal Error

---

[API](https://skmtc.net/nutanix/apis/nutanix-intentful-api.md) · [All operations](https://skmtc.net/nutanix/apis/nutanix-intentful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nutanix/nutanix-intentful-api/versions/40395083ab31/schema)
