View source: R/codecommit_operations.R
codecommit_update_pull_request_description | R Documentation |
Replaces the contents of the description of a pull request.
See https://www.paws-r-sdk.com/docs/codecommit_update_pull_request_description/ for full documentation.
codecommit_update_pull_request_description(pullRequestId, description)
pullRequestId |
[required] The system-generated ID of the pull request. To get this ID, use
|
description |
[required] The updated content of the description for the pull request. This content replaces the existing description. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.