pydo.genai.update_model_api_key()
Generated on 16 Feb 2026
from pydo version
v0.26.0
Description
To update a model API key, send a PUT request to /v2/gen-ai/models/api_keys/{api_key_uuid}.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
api_key_uuid |
string | True | API key ID | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.