pydo.functions_access_key.update()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.functions_access_key.update(
namespace_id="fn-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
key_id="dof-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
body={
"name": "updated-key-name",
},
)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
namespace_idstring requiredThe ID of the namespace to be managed.
key_idstring requiredThe ID of the access key to be managed.
namestring requiredExample:
updated-key-nameThe new name for the access key.
Request Sample
Response Example
More Information
See /v2/functions/namespaces/{namespace_id}/keys/{key_id} in the API reference for additional detail on responses, headers, parameters, and more.