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