codecommit_update_repository_description: Sets or changes the comment or description for a repository

View source: R/codecommit_operations.R

codecommit_update_repository_descriptionR Documentation

Sets or changes the comment or description for a repository

Description

Sets or changes the comment or description for a repository.

See https://www.paws-r-sdk.com/docs/codecommit_update_repository_description/ for full documentation.

Usage

codecommit_update_repository_description(
  repositoryName,
  repositoryDescription = NULL
)

Arguments

repositoryName

[required] The name of the repository to set or change the comment or description for.

repositoryDescription

The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.