HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //usr/lib/python3.6/site-packages/awscli/examples/codecommit/update-pull-request-approval-state.rst
**To approve or revoke approval for a pull request**

The following ``update-pull-request-approval-state`` example approves a pull request with the ID of ``27`` and a revision ID of ``9f29d167EXAMPLE``.  If you wanted to revoke approval instead, then set the ``--approval-state`` parameter value to ``REVOKE``. :: 

    aws codecommit update-pull-request-approval-state \
        --pull-request-id 27  \
        --revision-id 9f29d167EXAMPLE  \
        --approval-state "APPROVE"

This command produces no output.

For more information, see `Review a Pull Request <https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-review-pull-request.html#update-pull-request-approval-state>`__ in the *AWS CodeCommit User Guide*.