Admin, Write, Clone, or Read access will receive a 403 error.
Request
Content-Type: application/json header.
Authentication
This endpoint requires HTTP Basic Auth. Pass your API key as the username and leave the password empty.
Path parameters
integer
required
The numeric ID of the repository to update.
Body parameters
string
required
New display name for the repository.
string
required
Visibility setting. Must be either
"Public" or "Private".string
Updated description of the repository’s contents or purpose.
Response
Returns200 with the updated repository object.
integer
Unique numeric identifier for the repository.
string
Updated display name of the repository.
string
Updated description, if provided.
string
Updated visibility setting. Either
"Public" or "Private".string
The team this repository belongs to. Team association cannot be changed via this endpoint.
string
Your access level. Remains
"Owner" after an update.