Update Repo
deprecated
JWT claims
Required scopes: repo:write
Requires per repo scope: Yes
Deprecated: Use /api/repos/{repo_name} instead.
PATCH
Update Repo
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Repository settings to patch, such as the default branch.
New default branch name for the Code Storage repository.
Example:
"main"
Previous
List ReposList repositories for the current organisation with cursor-based pagination. Supply `q` to filter results by a case-insensitive substring match against the repository `url` (for example `pierre/sdk-documentation`).
#### JWT claims
Required scopes: `org:read`
Requires per repo scope: No
Deprecated: Use `/api/repos` instead.
Next
Update Repo