pydo.functions_access_key.update()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
Updates the name of an access key for a serverless functions namespace.
To update an access key, send a PUT request to /v2/functions/namespaces/{namespace_id}/keys/{key_id}.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
namespace_id |
string | True | The ID of the namespace to be managed. | |
key_id |
string | True | The ID of the access key to be managed. | |
body |
JSON or IO[bytes] | True |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.