<@U04UQ68083H> provide me the Hydra documentation ...
# ory-copilot
g
@chilly-king-10285 provide me the Hydra documentation link related to APIs for create, update, delete and get OIDC client via Hydra Admin APIs
b
A message from kapa.ai
Here are the relevant Ory Hydra documentation links for managing OIDC clients via the Hydra Admin APIs: - Create OIDC Client: [Hydra API Reference – createOAuth2Client (POST /admin/clients)](https://www.ory.sh/docs/hydra/reference/api#tag/oAuth2/operation/createOAuth2Client) - Update OIDC Client: [Hydra API Reference – setOAuth2Client (PUT /admin/clients/{id})](https://www.ory.sh/docs/hydra/reference/api#tag/oAuth2/operation/setOAuth2Client) - Delete OIDC Client: [Hydra API Reference – deleteOAuth2Client (DELETE /admin/clients/{id})](https://www.ory.sh/docs/hydra/reference/api#tag/oAuth2/operation/deleteOAuth2Client) - Get OIDC Client: [Hydra API Reference – getOAuth2Client (GET /admin/clients/{id})](https://www.ory.sh/docs/hydra/reference/api#tag/oAuth2/operation/getOAuth2Client) These endpoints allow you to create, update, delete, and retrieve OIDC clients using the Hydra Admin APIs as described in the official documentation [Hydra API Reference](https://www.ory.sh/docs/hydra/reference/api)<sup>[[source]](https://www.ory.sh/docs/hydra/reference/api)</sup>.