Update an access keyCopy Pageput https://{hostname}/cam/v1/access-keys/{accessKeyUid}Updates an access key's name.Path ParamsaccessKeyUidintegerrequiredThe unique identifier Akamai assigns to an access key.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsContains information that you need to provide when renaming an existing access key.accessKeyNamestringrequiredlength between 1 and 50The new name for the access key. The accessKeyName value must be unique for each key within an account.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response contains the updated accessKeyName. 400Bad request. The accessKeyName can not be blank and its length must be between 1 and 50 characters. 403Forbidden. No write permissions for request. 404Not found. An access key with the provided accessUid doesn't exist.Updated 2 months ago