pydo.genai.update_anthropic_api_key()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
To update an Anthropic API key, send a PUT request to /v2/gen-ai/anthropic/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.