【发布时间】:2020-05-11 00:23:12
【问题描述】:
我正在尝试使用 aws cli 将标签添加到现有的 restApi。
试过了
aws apigateway update-rest-api --rest-api-id ${rest_api_id} --patch-operations op=add,path=/tags/keytest,value='testvalue'
得到
An error occurred (BadRequestException) when calling the UpdateRestApi operation: Invalid patch path /tags/keytest
提前致谢
【问题讨论】:
标签: amazon-web-services aws-api-gateway aws-cli rest