pydo.genai.update_custom_model_metadata()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
To update custom model metadata, send a PATCH request to /v2/gen-ai/custom_models/{uuid}/metadata.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
uuid |
string | True | UUID of the custom model to update | |
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.