Skip to main content

Update a repository

Update an existing repository. The authenticated user must have update permissions.

Path Parameters
  • repo string required

    The name of the repository. The name is not case sensitive.

Request Body
  • name string

    Name of the repository.

  • description string

    Description of the repository.

  • archived boolean

    Archived status of the repository.

Responses

Successful Response


Schema
  • success boolean required
  • data object required
  • name string required

    Repository name

  • description string required

    Repository description

  • created_at date-time required

    Creation date

  • updated_at date-time required

    Last update date

  • archived boolean required

    Repository archived state (no longer receiving updates)

Loading...