我希望重命名一些自动被踢出并命名为horribling的API网关API密钥。我尝试使用补丁操作,但收到以下内容。
$ aws --region $REGION --profile $PROFILE apigateway update-api-key \
--api-key $KEY --patch-operations op=replace,path=/name,value=MessengerAPI
A client error (BadRequestException) occurred when calling the UpdateApiKey operation:
Invalid patch path '/name' specified for op 'replace'. Must be one of:
[/description, /enabled]
显然这不是这样做的方法吗?有没有其他方法可以重命名已生成的密钥?
答案 0 :(得分:1)
是的,目前无法更新API密钥的名称。但我同意这不是最理想的。我们将调查它并尝试解决此问题,但不能提交时间表。
如果我们有更多信息,我会更新这篇文章。
谢谢,
Jurgen,API网关