TL;DR
/installation/repositories endpoint has undergone significant changes, affecting the response format and required properties.archive_url, archived, assignees_url, and others./installation/repositories and /user/installations/{installation_id}/repositories.What Changed
#### Breaking
Changes that require immediate action:
repositories/items/ response's property type/format changed from object/'' to ''/'' for status '200'.archive_url, archived, assignees_url, blobs_url, branches_url, clone_url, collaborators_url, comments_url, commits_url, compare_url, contents_url, contributors_url, created_at, default_branch, deployments_url, description, disabled, downloads_url, events_url, fork, forks, forks_count, forks_url, full_name, git_commits_url, git_refs_url, git_tags_url, git_url, has_downloads, has_issues, has_pages, has_projects, has_wiki, homepage, hooks_url, and html_url from the response with the '200' status.Who's Impacted
If you are using the /installation/repositories endpoint, you will be impacted by these changes. If you are relying on the removed properties, you will need to update your code to accommodate the new response format. If you are using the affected resources, including /user/installations/{installation_id}/repositories, you should review the updated API documentation to ensure compatibility with the new changes.
Action Checklist
/installation/repositories endpoint.archive_url, archived, assignees_url, and others.Verification
The information in this update brief is based on the following sources:
Last verified at: 2026-02-17T13:04:36.984414+00:00