Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
apigateway
/
Filename :
update-deployment.rst
back
Copy
**To change the description of a deployment** Command:: aws apigateway update-deployment --rest-api-id 1234123412 --deployment-id ztt4m2 --patch-operations op='replace',path='/description',value='newDescription' Output:: { "description": "newDescription", "id": "ztt4m2", "createdDate": 1455218022 }