---
title: "Update OAuth metadata and Policy ID"
method: PUT
path: "/tyk/oauth/clients/{apiID}"
tags: ["OAuth"]
---

# Update OAuth metadata and Policy ID

`PUT /tyk/oauth/clients/{apiID}`

Allows you to update the metadata and Policy ID for an OAuth client.

## Path parameters

- `apiID` string, required

## Response `200`

OAuth client metadata updated

- NewClientRequest[]
  - `api_id` string
  - `client_id` string
  - `description` string
  - `meta_data` object
  - `policy_id` string
  - `redirect_uri` string
  - `secret` string

## Changes

- **2022-05-24** `111d8ca21864` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/changes/tyk/oauth/clients/:apiID/put.md)

---

[API](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api.md) · [All operations](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/revisions/3bb2c33820f8?raw)
