Skip to content

Instantly share code, notes, and snippets.

@xuorig
Created July 28, 2021 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xuorig/3679ce5f5259164ea16a560b276da75c to your computer and use it in GitHub Desktop.
Save xuorig/3679ce5f5259164ea16a560b276da75c to your computer and use it in GitHub Desktop.
diff between 2.18 and 3.1

OpenAPI diff

Paths

  • GET /app/hook/config (apps/get-webhook-config-for-app) was added.

  • PATCH /app/hook/config (apps/update-webhook-config-for-app) was added.

  • PUT /app/installations/{installation_id}/suspended (apps/suspend-installation) was added.

  • POST /applications/{client_id}/token (apps/check-token) was added.

  • PATCH /applications/{client_id}/token (apps/reset-token) was added.

  • POST /applications/{client_id}/token/scoped (apps/scope-token) was added.

  • GET /enterprise/announcement (enterprise-admin/get-announcement) was added.

  • PATCH /enterprise/announcement (enterprise-admin/set-announcement) was added.

  • GET /enterprises/{enterprise}/actions/permissions (enterprise-admin/get-github-actions-permissions-enterprise) was added.

  • PUT /enterprises/{enterprise}/actions/permissions (enterprise-admin/set-github-actions-permissions-enterprise) was added.

  • GET /enterprises/{enterprise}/actions/permissions/organizations (enterprise-admin/list-selected-organizations-enabled-github-actions-enterprise) was added.

  • PUT /enterprises/{enterprise}/actions/permissions/organizations (enterprise-admin/set-selected-organizations-enabled-github-actions-enterprise) was added.

  • PUT /enterprises/{enterprise}/actions/permissions/organizations/{org_id} (enterprise-admin/enable-selected-organization-github-actions-enterprise) was added.

  • GET /enterprises/{enterprise}/actions/permissions/selected-actions (enterprise-admin/get-allowed-actions-enterprise) was added.

  • PUT /enterprises/{enterprise}/actions/permissions/selected-actions (enterprise-admin/set-allowed-actions-enterprise) was added.

  • GET /enterprises/{enterprise}/actions/runner-groups (enterprise-admin/list-self-hosted-runner-groups-for-enterprise) was added.

  • POST /enterprises/{enterprise}/actions/runner-groups (enterprise-admin/create-self-hosted-runner-group-for-enterprise) was added.

  • GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id} (enterprise-admin/get-self-hosted-runner-group-for-enterprise) was added.

  • PATCH /enterprises/{enterprise}/actions/runner-groups/{runner_group_id} (enterprise-admin/update-self-hosted-runner-group-for-enterprise) was added.

  • GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations (enterprise-admin/list-org-access-to-self-hosted-runner-group-in-enterprise) was added.

  • PUT /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations (enterprise-admin/set-org-access-to-self-hosted-runner-group-in-enterprise) was added.

  • PUT /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id} (enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise) was added.

  • GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners (enterprise-admin/list-self-hosted-runners-in-group-for-enterprise) was added.

  • PUT /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners (enterprise-admin/set-self-hosted-runners-in-group-for-enterprise) was added.

  • PUT /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id} (enterprise-admin/add-self-hosted-runner-to-group-for-enterprise) was added.

  • GET /enterprises/{enterprise}/actions/runners (enterprise-admin/list-self-hosted-runners-for-enterprise) was added.

  • GET /enterprises/{enterprise}/actions/runners/downloads (enterprise-admin/list-runner-applications-for-enterprise) was added.

  • POST /enterprises/{enterprise}/actions/runners/registration-token (enterprise-admin/create-registration-token-for-enterprise) was added.

  • POST /enterprises/{enterprise}/actions/runners/remove-token (enterprise-admin/create-remove-token-for-enterprise) was added.

  • GET /enterprises/{enterprise}/actions/runners/{runner_id} (enterprise-admin/get-self-hosted-runner-for-enterprise) was added.

  • GET /orgs/{org}/actions/permissions (actions/get-github-actions-permissions-organization) was added.

  • PUT /orgs/{org}/actions/permissions (actions/set-github-actions-permissions-organization) was added.

  • GET /orgs/{org}/actions/permissions/repositories (actions/list-selected-repositories-enabled-github-actions-organization) was added.

  • PUT /orgs/{org}/actions/permissions/repositories (actions/set-selected-repositories-enabled-github-actions-organization) was added.

  • PUT /orgs/{org}/actions/permissions/repositories/{repository_id} (actions/enable-selected-repository-github-actions-organization) was added.

  • GET /orgs/{org}/actions/permissions/selected-actions (actions/get-allowed-actions-organization) was added.

  • PUT /orgs/{org}/actions/permissions/selected-actions (actions/set-allowed-actions-organization) was added.

  • GET /orgs/{org}/actions/runner-groups (actions/list-self-hosted-runner-groups-for-org) was added.

  • POST /orgs/{org}/actions/runner-groups (actions/create-self-hosted-runner-group-for-org) was added.

  • GET /orgs/{org}/actions/runner-groups/{runner_group_id} (actions/get-self-hosted-runner-group-for-org) was added.

  • PATCH /orgs/{org}/actions/runner-groups/{runner_group_id} (actions/update-self-hosted-runner-group-for-org) was added.

  • GET /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories (actions/list-repo-access-to-self-hosted-runner-group-in-org) was added.

  • PUT /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories (actions/set-repo-access-to-self-hosted-runner-group-in-org) was added.

  • PUT /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id} (actions/add-repo-access-to-self-hosted-runner-group-in-org) was added.

  • GET /orgs/{org}/actions/runner-groups/{runner_group_id}/runners (actions/list-self-hosted-runners-in-group-for-org) was added.

  • PUT /orgs/{org}/actions/runner-groups/{runner_group_id}/runners (actions/set-self-hosted-runners-in-group-for-org) was added.

  • PUT /orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id} (actions/add-self-hosted-runner-to-group-for-org) was added.

  • GET /orgs/{org}/actions/runners (actions/list-self-hosted-runners-for-org) was added.

  • GET /orgs/{org}/actions/runners/downloads (actions/list-runner-applications-for-org) was added.

  • POST /orgs/{org}/actions/runners/registration-token (actions/create-registration-token-for-org) was added.

  • POST /orgs/{org}/actions/runners/remove-token (actions/create-remove-token-for-org) was added.

  • GET /orgs/{org}/actions/runners/{runner_id} (actions/get-self-hosted-runner-for-org) was added.

  • GET /orgs/{org}/actions/secrets (actions/list-org-secrets) was added.

  • GET /orgs/{org}/actions/secrets/public-key (actions/get-org-public-key) was added.

  • GET /orgs/{org}/actions/secrets/{secret_name} (actions/get-org-secret) was added.

  • PUT /orgs/{org}/actions/secrets/{secret_name} (actions/create-or-update-org-secret) was added.

  • GET /orgs/{org}/actions/secrets/{secret_name}/repositories (actions/list-selected-repos-for-org-secret) was added.

  • PUT /orgs/{org}/actions/secrets/{secret_name}/repositories (actions/set-selected-repos-for-org-secret) was added.

  • PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id} (actions/add-selected-repo-to-org-secret) was added.

  • GET /orgs/{org}/audit-log (orgs/get-audit-log) was added.

  • GET /orgs/{org}/hooks/{hook_id}/config (orgs/get-webhook-config-for-org) was added.

  • PATCH /orgs/{org}/hooks/{hook_id}/config (orgs/update-webhook-config-for-org) was added.

  • GET /orgs/{org}/installations (orgs/list-app-installations) was added.

  • GET /orgs/{org}/teams/{team_slug}/discussions (teams/list-discussions-in-org) was added.

  • POST /orgs/{org}/teams/{team_slug}/discussions (teams/create-discussion-in-org) was added.

  • GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number} (teams/get-discussion-in-org) was added.

  • PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number} (teams/update-discussion-in-org) was added.

  • GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments (teams/list-discussion-comments-in-org) was added.

  • POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments (teams/create-discussion-comment-in-org) was added.

  • GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number} (teams/get-discussion-comment-in-org) was added.

  • PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number} (teams/update-discussion-comment-in-org) was added.

  • GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions (reactions/list-for-team-discussion-comment-in-org) was added.

  • POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions (reactions/create-for-team-discussion-comment-in-org) was added.

  • GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions (reactions/list-for-team-discussion-in-org) was added.

  • POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions (reactions/create-for-team-discussion-in-org) was added.

  • GET /orgs/{org}/teams/{team_slug}/members (teams/list-members-in-org) was added.

  • GET /orgs/{org}/teams/{team_slug}/memberships/{username} (teams/get-membership-for-user-in-org) was added.

  • PUT /orgs/{org}/teams/{team_slug}/memberships/{username} (teams/add-or-update-membership-for-user-in-org) was added.

  • GET /orgs/{org}/teams/{team_slug}/projects (teams/list-projects-in-org) was added.

  • GET /orgs/{org}/teams/{team_slug}/projects/{project_id} (teams/check-permissions-for-project-in-org) was added.

  • PUT /orgs/{org}/teams/{team_slug}/projects/{project_id} (teams/add-or-update-project-permissions-in-org) was added.

  • GET /orgs/{org}/teams/{team_slug}/repos (teams/list-repos-in-org) was added.

  • GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo} (teams/check-permissions-for-repo-in-org) was added.

  • PUT /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo} (teams/add-or-update-repo-permissions-in-org) was added.

  • GET /orgs/{org}/teams/{team_slug}/teams (teams/list-child-in-org) was added.

  • GET /repos/{owner}/{repo}/actions/artifacts (actions/list-artifacts-for-repo) was added.

  • GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id} (actions/get-artifact) was added.

  • GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format} (actions/download-artifact) was added.

  • GET /repos/{owner}/{repo}/actions/jobs/{job_id} (actions/get-job-for-workflow-run) was added.

  • GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs (actions/download-job-logs-for-workflow-run) was added.

  • GET /repos/{owner}/{repo}/actions/permissions (actions/get-github-actions-permissions-repository) was added.

  • PUT /repos/{owner}/{repo}/actions/permissions (actions/set-github-actions-permissions-repository) was added.

  • GET /repos/{owner}/{repo}/actions/permissions/selected-actions (actions/get-allowed-actions-repository) was added.

  • PUT /repos/{owner}/{repo}/actions/permissions/selected-actions (actions/set-allowed-actions-repository) was added.

  • GET /repos/{owner}/{repo}/actions/runners (actions/list-self-hosted-runners-for-repo) was added.

  • GET /repos/{owner}/{repo}/actions/runners/downloads (actions/list-runner-applications-for-repo) was added.

  • POST /repos/{owner}/{repo}/actions/runners/registration-token (actions/create-registration-token-for-repo) was added.

  • POST /repos/{owner}/{repo}/actions/runners/remove-token (actions/create-remove-token-for-repo) was added.

  • GET /repos/{owner}/{repo}/actions/runners/{runner_id} (actions/get-self-hosted-runner-for-repo) was added.

  • GET /repos/{owner}/{repo}/actions/runs (actions/list-workflow-runs-for-repo) was added.

  • GET /repos/{owner}/{repo}/actions/runs/{run_id} (actions/get-workflow-run) was added.

  • GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts (actions/list-workflow-run-artifacts) was added.

  • POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel (actions/cancel-workflow-run) was added.

  • GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs (actions/list-jobs-for-workflow-run) was added.

  • GET /repos/{owner}/{repo}/actions/runs/{run_id}/logs (actions/download-workflow-run-logs) was added.

  • POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun (actions/re-run-workflow) was added.

  • GET /repos/{owner}/{repo}/actions/secrets (actions/list-repo-secrets) was added.

  • GET /repos/{owner}/{repo}/actions/secrets/public-key (actions/get-repo-public-key) was added.

  • GET /repos/{owner}/{repo}/actions/secrets/{secret_name} (actions/get-repo-secret) was added.

  • PUT /repos/{owner}/{repo}/actions/secrets/{secret_name} (actions/create-or-update-repo-secret) was added.

  • GET /repos/{owner}/{repo}/actions/workflows (actions/list-repo-workflows) was added.

  • GET /repos/{owner}/{repo}/actions/workflows/{workflow_id} (actions/get-workflow) was added.

  • PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable (actions/disable-workflow) was added.

  • POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches (actions/create-workflow-dispatch) was added.

  • PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable (actions/enable-workflow) was added.

  • GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs (actions/list-workflow-runs) was added.

  • GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps (repos/get-apps-with-access-to-protected-branch) was added.

  • POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps (repos/add-app-access-restrictions) was added.

  • PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps (repos/set-app-access-restrictions) was added.

  • POST /repos/{owner}/{repo}/branches/{branch}/rename (repos/rename-branch) was added.

  • GET /repos/{owner}/{repo}/code-scanning/alerts (code-scanning/list-alerts-for-repo) was added.

  • GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number} (code-scanning/get-alert) was added.

  • PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number} (code-scanning/update-alert) was added.

  • GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances (code-scanning/list-alert-instances) was added.

  • GET /repos/{owner}/{repo}/code-scanning/analyses (code-scanning/list-recent-analyses) was added.

  • GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id} (code-scanning/get-analysis) was added.

  • POST /repos/{owner}/{repo}/code-scanning/sarifs (code-scanning/upload-sarif) was added.

  • GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id} (code-scanning/get-sarif) was added.

  • POST /repos/{owner}/{repo}/dispatches (repos/create-dispatch-event) was added.

  • GET /repos/{owner}/{repo}/git/matching-refs/{ref} (git/list-matching-refs) was added.

  • GET /repos/{owner}/{repo}/git/ref/{ref} (git/get-ref) was added.

  • GET /repos/{owner}/{repo}/hooks/{hook_id}/config (repos/get-webhook-config-for-repo) was added.

  • PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config (repos/update-webhook-config-for-repo) was added.

  • GET /repos/{owner}/{repo}/secret-scanning/alerts (secret-scanning/list-alerts-for-repo) was added.

  • GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number} (secret-scanning/get-alert) was added.

  • Path /repos/{owner}/{repo}/git/refs/{namespace} was removed. (Breaking)

  • On path /repos/{owner}/{repo}/invitations

    • On operation GET /repos/{owner}/{repo}/invitations
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property repository was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/issues/events

    • On operation GET /repos/{owner}/{repo}/issues/events
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property issue was changed:
              • Property repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
                • Property template_repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/issues/events/{event_id}

    • On operation GET /repos/{owner}/{repo}/issues/events/{event_id}
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property issue was changed:
            • Property repository was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
              • Property template_repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/releases/assets/{asset_id}

    • On operation GET /repos/{owner}/{repo}/releases/assets/{asset_id}
      • Operation description was changed.
  • On path /applications/grants/{grant_id}

    • On operation GET /applications/grants/{grant_id}
      • Operation description was changed.
  • On path /teams/{team_id}/members

    • On operation GET /teams/{team_id}/members
      • Operation summary changed from List team members to List team members (Legacy).
      • Operation description was changed.
      • Operation id changed from teams/list-members to teams/list-members-legacy
      • Response with status 404 was added.
  • On path /repos/{owner}/{repo}/pulls

    • On operation GET /repos/{owner}/{repo}/pulls
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property auto_merge was added.
            • Property head was changed:
              • Property repo was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
                • Property template_repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
            • Property base was changed:
              • Property repo was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
                • Property template_repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
  • On path /installation/repositories

    • On operation GET /installation/repositories
      • Operation description was changed.
      • Header accept was removed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property repositories was changed:
            • Items schema changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
              • Property template_repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
  • On path /applications/{client_id}/tokens/{access_token}

    • On operation GET /applications/{client_id}/tokens/{access_token}
      • Tags were added: apps
      • Tags were removed: oauth-authorizations
      • Operation description was changed.
      • Operation id changed from oauth-authorizations/check-authorization to apps/check-authorization
      • Response with status 404 was added.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Schema type changed from object to null.
          • Property app was removed.
          • Property created_at was removed.
          • Property fingerprint was removed.
          • Property hashed_token was removed.
          • Property id was removed.
          • Property note was removed.
          • Property note_url was removed.
          • Property scopes was removed.
          • Property token was removed.
          • Property token_last_eight was removed.
          • Property updated_at was removed.
          • Property url was removed.
          • Property user was removed.
  • On path /user/installations/{installation_id}/repositories

    • On operation GET /user/installations/{installation_id}/repositories
      • Operation description was changed.
      • Header accept was removed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property repositories was changed:
            • Items schema changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
              • Property template_repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
  • On path /users/{username}/received_events/public

    • On operation GET /users/{username}/received_events/public
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property payload was changed:
              • Property issue was changed:
                • Property repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
                  • Property template_repository was changed:
                    • Property delete_branch_on_merge was added.
                    • Property temp_clone_token was added.
                    • Property visibility was added.
                    • Property anonymous_access_enabled was removed.
  • On path /users/{username}/subscriptions

    • On operation GET /users/{username}/subscriptions
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
  • On path /teams/{team_id}/repos

    • On operation GET /teams/{team_id}/repos
      • Operation summary changed from List team repositories to List team repositories (Legacy).
      • Operation description was changed.
      • Operation id changed from teams/list-repos to teams/list-repos-legacy
      • Response with status 404 was added.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/comments/{comment_id}/reactions

    • On operation GET /repos/{owner}/{repo}/comments/{comment_id}/reactions
      • Operation description was changed.
  • On path /user/keys

    • On operation GET /user/keys
      • Operation description was changed.
  • On path /users/{username}/starred

    • On operation GET /users/{username}/starred
      • Operation description was changed.
  • On path /gitignore/templates/{name}

    • On operation GET /gitignore/templates/{name}
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/issues

    • On operation GET /repos/{owner}/{repo}/issues
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property repository was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
              • Property template_repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
  • On path /user/repos

    • On operation GET /user/repos
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
            • Property template_repository was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
  • On path /gists/{gist_id}

    • On operation GET /gists/{gist_id}
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property forks was changed:
            • Items schema changed:
              • Property user was changed:
                • Property twitter_username was added.
  • On path /repos/{owner}/{repo}/forks

    • On operation GET /repos/{owner}/{repo}/forks
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
  • On path /meta

    • On operation GET /meta
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property github_services_sha was removed.
  • On path /repos/{owner}/{repo}/comments

    • On operation GET /repos/{owner}/{repo}/comments
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/commits/{ref}

    • On operation GET /repos/{owner}/{repo}/commits/{ref}
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/pulls/comments/{comment_id}

    • On operation GET /repos/{owner}/{repo}/pulls/comments/{comment_id}
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property line was added.
          • Property original_line was added.
          • Property original_start_line was added.
          • Property side was added.
          • Property start_line was added.
          • Property start_side was added.
  • On path /teams/{team_id}/discussions/{discussion_number}/comments

    • On operation GET /teams/{team_id}/discussions/{discussion_number}/comments
      • Operation summary changed from List discussion comments to List discussion comments (Legacy).
      • Operation description was changed.
      • Operation id changed from teams/list-discussion-comments to teams/list-discussion-comments-legacy
      • Header accept was removed.
  • On path /networks/{owner}/{repo}/events

    • On operation GET /networks/{owner}/{repo}/events
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property payload was changed:
              • Property issue was changed:
                • Property repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
                  • Property template_repository was changed:
                    • Property delete_branch_on_merge was added.
                    • Property temp_clone_token was added.
                    • Property visibility was added.
                    • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/issues/{issue_number}/reactions

    • On operation GET /repos/{owner}/{repo}/issues/{issue_number}/reactions
      • Operation description was changed.
  • On path /users/{username}/received_events

    • On operation GET /users/{username}/received_events
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property payload was changed:
              • Property issue was changed:
                • Property repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
                  • Property template_repository was changed:
                    • Property delete_branch_on_merge was added.
                    • Property temp_clone_token was added.
                    • Property visibility was added.
                    • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/commits/{commit_sha}/pulls

    • On operation GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property auto_merge was added.
            • Property head was changed:
              • Property repo was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
                • Property template_repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
            • Property base was changed:
              • Property repo was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
                • Property template_repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
  • On path /teams/{team_id}/memberships/{username}

    • On operation GET /teams/{team_id}/memberships/{username}
      • Operation summary changed from Get team membership for a user to Get team membership for a user (Legacy).
      • Operation description was changed.
      • Operation id changed from teams/get-membership-for-user to teams/get-membership-for-user-legacy
      • Response with status 404 was added.
  • On path /repositories

    • On operation GET /repositories
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
  • On path /notifications/threads/{thread_id}/subscription

    • On operation GET /notifications/threads/{thread_id}/subscription
      • Operation description was changed.
  • On path /teams/{team_id}

    • On operation GET /teams/{team_id}
      • Operation summary changed from Get a team to Get a team (Legacy).
      • Operation description was changed.
      • Operation id changed from teams/get to teams/get-legacy
      • Response with status 404 was added.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property organization was changed:
            • Property is_verified was added.
            • Property members_can_create_internal_repositories was added.
            • Property members_can_create_private_repositories was added.
            • Property members_can_create_public_repositories was added.
            • Property twitter_username was added.
  • On path /users/{username}/orgs

    • On operation GET /users/{username}/orgs
      • Operation description was changed.
  • On path /users/{username}/events/orgs/{org}

    • On operation GET /users/{username}/events/orgs/{org}
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property payload was changed:
              • Property issue was changed:
                • Property repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
                  • Property template_repository was changed:
                    • Property delete_branch_on_merge was added.
                    • Property temp_clone_token was added.
                    • Property visibility was added.
                    • Property anonymous_access_enabled was removed.
  • On path /teams/{team_id}/teams

    • On operation GET /teams/{team_id}/teams
      • Operation summary changed from List child teams to List child teams (Legacy).
      • Operation description was changed.
      • Operation id changed from teams/list-child to teams/list-child-legacy
      • Response with status 403 was added.
      • Response with status 404 was added.
      • Response with status 422 was added.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property html_url was added.
            • Property permissions was added.
            • Property parent was changed:
              • Schema type changed from object to null.
              • Property description was removed.
              • Property html_url was removed.
              • Property id was removed.
              • Property members_url was removed.
              • Property name was removed.
              • Property node_id was removed.
              • Property permission was removed.
              • Property privacy was removed.
              • Property repositories_url was removed.
              • Property slug was removed.
              • Property url was removed.
            • Property description was changed:
            • Property url was changed:
            • Property repositories_url was changed:
  • On path /users/{username}/events

    • On operation GET /users/{username}/events
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property payload was changed:
              • Property issue was changed:
                • Property repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
                  • Property template_repository was changed:
                    • Property delete_branch_on_merge was added.
                    • Property temp_clone_token was added.
                    • Property visibility was added.
                    • Property anonymous_access_enabled was removed.
  • On path /authorizations

    • On operation GET /authorizations
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/license

    • On operation GET /repos/{owner}/{repo}/license
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/installation

    • On operation GET /repos/{owner}/{repo}/installation
      • Operation description was changed.
      • Header accept was removed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property has_multiple_single_files was added.
          • Property single_file_paths was added.
          • Property permissions was changed:
            • Property actions was added.
            • Property administration was added.
            • Property content_references was added.
            • Property environments was added.
            • Property members was added.
            • Property organization_hooks was added.
            • Property organization_packages was added.
            • Property organization_plan was added.
            • Property organization_projects was added.
            • Property organization_secrets was added.
            • Property organization_self_hosted_runners was added.
            • Property organization_user_blocking was added.
            • Property packages was added.
            • Property pages was added.
            • Property repository_hooks was added.
            • Property repository_projects was added.
            • Property secret_scanning_alerts was added.
            • Property secrets was added.
            • Property security_events was added.
            • Property single_file was added.
            • Property team_discussions was added.
            • Property vulnerability_alerts was added.
            • Property workflows was added.
            • Property deployments was changed:
            • Property checks was changed:
            • Property pull_requests was changed:
            • Property organization_administration was changed:
            • Property issues was changed:
            • Property contents was changed:
            • Property statuses was changed:
            • Property metadata was changed:
  • On path /users/{username}/installation

    • On operation GET /users/{username}/installation
      • Operation description was changed.
      • Header accept was removed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property has_multiple_single_files was added.
          • Property single_file_paths was added.
          • Property permissions was changed:
            • Property actions was added.
            • Property administration was added.
            • Property content_references was added.
            • Property environments was added.
            • Property members was added.
            • Property organization_hooks was added.
            • Property organization_packages was added.
            • Property organization_plan was added.
            • Property organization_projects was added.
            • Property organization_secrets was added.
            • Property organization_self_hosted_runners was added.
            • Property organization_user_blocking was added.
            • Property packages was added.
            • Property pages was added.
            • Property repository_hooks was added.
            • Property repository_projects was added.
            • Property secret_scanning_alerts was added.
            • Property secrets was added.
            • Property security_events was added.
            • Property single_file was added.
            • Property team_discussions was added.
            • Property vulnerability_alerts was added.
            • Property workflows was added.
            • Property organization_administration was changed:
            • Property issues was changed:
            • Property checks was changed:
            • Property contents was changed:
            • Property pull_requests was changed:
            • Property metadata was changed:
            • Property statuses was changed:
            • Property deployments was changed:
  • On path /repos/{owner}/{repo}/contents/{path}

    • On operation GET /repos/{owner}/{repo}/contents/{path}
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/pulls/comments

    • On operation GET /repos/{owner}/{repo}/pulls/comments
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property line was added.
            • Property original_line was added.
            • Property original_start_line was added.
            • Property side was added.
            • Property start_line was added.
            • Property start_side was added.
  • On path /teams/{team_id}/discussions/{discussion_number}

    • On operation GET /teams/{team_id}/discussions/{discussion_number}
      • Operation summary changed from Get a discussion to Get a discussion (Legacy).
      • Operation description was changed.
      • Operation id changed from teams/get-discussion to teams/get-discussion-legacy
      • Header accept was removed.
  • On path /user/issues

    • On operation GET /user/issues
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property repository was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
              • Property template_repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/branches/{branch}

    • On operation GET /repos/{owner}/{repo}/branches/{branch}
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property protection was changed:
            • Property allow_deletions was added.
            • Property allow_force_pushes was added.
            • Property required_linear_history was added.
            • Property restrictions was changed:
              • Property restrictions was removed.
  • On path /applications/grants

    • On operation GET /applications/grants
      • Operation description was changed.
  • On path /events

    • On operation GET /events
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property payload was changed:
              • Property issue was changed:
                • Property repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
                  • Property template_repository was changed:
                    • Property delete_branch_on_merge was added.
                    • Property temp_clone_token was added.
                    • Property visibility was added.
                    • Property anonymous_access_enabled was removed.
  • On path /user/starred

    • On operation GET /user/starred
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
            • Property template_repository was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
        • Response media type application/vnd.github.v3.star+json changed:
          • Items schema changed:
            • Property repo was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
              • Property template_repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
  • On path /user/keys/{key_id}

    • On operation GET /user/keys/{key_id}
      • Operation description was changed.
  • On path /authorizations/{authorization_id}

    • On operation GET /authorizations/{authorization_id}
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions

    • On operation GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/pulls/{pull_number}/comments

    • On operation GET /repos/{owner}/{repo}/pulls/{pull_number}/comments
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property line was added.
            • Property original_line was added.
            • Property original_start_line was added.
            • Property side was added.
            • Property start_line was added.
            • Property start_side was added.
  • On path /repos/{owner}/{repo}

    • Operation repos/get was added for method get
  • On path /users/{username}

    • On operation GET /users/{username}
      • Operation description was changed.
  • On path /search/topics

    • On operation GET /search/topics
      • Operation description was changed.
  • On path /orgs/{org}/events

    • On operation GET /orgs/{org}/events
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property payload was changed:
              • Property issue was changed:
                • Property repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
                  • Property template_repository was changed:
                    • Property delete_branch_on_merge was added.
                    • Property temp_clone_token was added.
                    • Property visibility was added.
                    • Property anonymous_access_enabled was removed.
  • On path /teams/{team_id}/discussions

    • On operation GET /teams/{team_id}/discussions
      • Operation summary changed from List discussions to List discussions (Legacy).
      • Operation description was changed.
      • Operation id changed from teams/list-discussions to teams/list-discussions-legacy
      • Header accept was removed.
  • On path /user/gpg_keys/{gpg_key_id}

    • On operation GET /user/gpg_keys/{gpg_key_id}
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/issues/{issue_number}

    • On operation GET /repos/{owner}/{repo}/issues/{issue_number}
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property repository was changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
            • Property template_repository was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
  • On path /user/gpg_keys

    • On operation GET /user/gpg_keys
      • Operation description was changed.
  • On path /organizations

    • On operation GET /organizations
      • Operation description was changed.
  • On path /notifications/threads/{thread_id}

    • On operation GET /notifications/threads/{thread_id}
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property repository was changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
  • On path /search/users

    • On operation GET /search/users
      • Operation description was changed.
  • On path /search/repositories

    • On operation GET /search/repositories
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/commits/{ref}/check-suites

    • On operation GET /repos/{owner}/{repo}/commits/{ref}/check-suites
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property check_suites was changed:
            • Items schema changed:
              • Property repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/releases

    • On operation GET /repos/{owner}/{repo}/releases
      • Operation description was changed.
  • On path /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}

    • On operation GET /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}
      • Operation summary changed from Get a discussion comment to Get a discussion comment (Legacy).
      • Operation description was changed.
      • Operation id changed from teams/get-discussion-comment to teams/get-discussion-comment-legacy
      • Header accept was removed.
  • On path /orgs/{org}

    • On operation GET /orgs/{org}
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property is_verified was added.
          • Property members_can_create_internal_repositories was added.
          • Property members_can_create_private_repositories was added.
          • Property members_can_create_public_repositories was added.
          • Property twitter_username was added.
  • On path /repos/{owner}/{repo}/branches/{branch}/protection/restrictions

    • On operation GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property restrictions was removed.
  • On path /repos/{owner}/{repo}/notifications

    • On operation GET /repos/{owner}/{repo}/notifications
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property repository was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
  • On path /teams/{team_id}/projects

    • On operation GET /teams/{team_id}/projects
      • Operation summary changed from List team projects to List team projects (Legacy).
      • Operation description was changed.
      • Operation id changed from teams/list-projects to teams/list-projects-legacy
      • Header accept was removed.
      • Response with status 404 was added.
      • Response with status 415 was added.
  • On path /user/teams

    • On operation GET /user/teams
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property organization was changed:
              • Property is_verified was added.
              • Property members_can_create_internal_repositories was added.
              • Property members_can_create_private_repositories was added.
              • Property members_can_create_public_repositories was added.
              • Property twitter_username was added.
  • On path /repos/{owner}/{repo}/hooks/{hook_id}

    • On operation GET /repos/{owner}/{repo}/hooks/{hook_id}
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property config was changed:
            • Property secret was changed:
  • On path /gists/{gist_id}/forks

    • On operation GET /gists/{gist_id}/forks
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property forks was changed:
              • Items schema changed:
                • Property user was changed:
                  • Property twitter_username was added.
  • On path /issues

    • On operation GET /issues
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property repository was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
              • Property template_repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/readme/{dir}

    • On operation GET /repos/{owner}/{repo}/readme/{dir}
      • Operation description was changed.
  • On path /users/{username}/repos

    • On operation GET /users/{username}/repos
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
  • On path /search/code

    • On operation GET /search/code
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property items was changed:
            • Items schema changed:
              • Property repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
  • On path /notifications

    • On operation GET /notifications
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property repository was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
  • On path /user/public_emails

    • On operation GET /user/public_emails
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/releases/{release_id}

    • On operation GET /repos/{owner}/{repo}/releases/{release_id}
      • Operation description was changed.
  • On path /app/installations/{installation_id}

    • On operation GET /app/installations/{installation_id}
      • Operation description was changed.
      • Header accept was removed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property has_multiple_single_files was added.
          • Property single_file_paths was added.
          • Property permissions was changed:
            • Property actions was added.
            • Property administration was added.
            • Property content_references was added.
            • Property environments was added.
            • Property members was added.
            • Property organization_hooks was added.
            • Property organization_packages was added.
            • Property organization_plan was added.
            • Property organization_projects was added.
            • Property organization_secrets was added.
            • Property organization_self_hosted_runners was added.
            • Property organization_user_blocking was added.
            • Property packages was added.
            • Property pages was added.
            • Property repository_hooks was added.
            • Property repository_projects was added.
            • Property secret_scanning_alerts was added.
            • Property secrets was added.
            • Property security_events was added.
            • Property single_file was added.
            • Property team_discussions was added.
            • Property vulnerability_alerts was added.
            • Property workflows was added.
            • Property issues was changed:
            • Property contents was changed:
            • Property checks was changed:
            • Property pull_requests was changed:
            • Property deployments was changed:
            • Property metadata was changed:
            • Property statuses was changed:
            • Property organization_administration was changed:
  • On path /gists/{gist_id}/{sha}

    • On operation GET /gists/{gist_id}/{sha}
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property forks was changed:
            • Items schema changed:
              • Property user was changed:
                • Property twitter_username was added.
  • On path /repos/{owner}/{repo}/hooks

    • On operation GET /repos/{owner}/{repo}/hooks
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property config was changed:
              • Property secret was changed:
  • On path /user/repository_invitations

    • On operation GET /user/repository_invitations
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property repository was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
  • On path /app

    • On operation GET /app
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property slug was added.
  • On path /orgs/{org}/issues

    • On operation GET /orgs/{org}/issues
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property repository was changed:
              • Property delete_branch_on_merge was added.
              • Property temp_clone_token was added.
              • Property visibility was added.
              • Property anonymous_access_enabled was removed.
              • Property template_repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
  • On path /gists/public

    • On operation GET /gists/public
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/branches/{branch}/protection

    • On operation GET /repos/{owner}/{repo}/branches/{branch}/protection
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property allow_deletions was added.
          • Property allow_force_pushes was added.
          • Property required_linear_history was added.
          • Property restrictions was changed:
            • Property restrictions was removed.
  • On path /apps/{app_slug}

    • On operation GET /apps/{app_slug}
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property slug was added.
  • On path /repos/{owner}/{repo}/events

    • On operation GET /repos/{owner}/{repo}/events
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property payload was changed:
              • Property issue was changed:
                • Property repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
                  • Property template_repository was changed:
                    • Property delete_branch_on_merge was added.
                    • Property temp_clone_token was added.
                    • Property visibility was added.
                    • Property anonymous_access_enabled was removed.
  • On path /orgs/{org}/repos

    • On operation GET /orgs/{org}/repos
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/compare/{basehead}

    • On operation GET /repos/{owner}/{repo}/compare/{basehead}
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/readme

    • On operation GET /repos/{owner}/{repo}/readme
      • Operation description was changed.
  • On path /users/{username}/events/public

    • On operation GET /users/{username}/events/public
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property payload was changed:
              • Property issue was changed:
                • Property repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
                  • Property template_repository was changed:
                    • Property delete_branch_on_merge was added.
                    • Property temp_clone_token was added.
                    • Property visibility was added.
                    • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/pulls/{pull_number}

    • On operation GET /repos/{owner}/{repo}/pulls/{pull_number}
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property auto_merge was added.
          • Property head was changed:
            • Property repo was changed:
              • Property temp_clone_token was added.
              • Property anonymous_access_enabled was removed.
          • Property base was changed:
            • Property repo was changed:
              • Property temp_clone_token was added.
              • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/commits/{ref}/status

    • On operation GET /repos/{owner}/{repo}/commits/{ref}/status
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property repository was changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
  • On path /user/installations

    • On operation GET /user/installations
      • Operation description was changed.
      • Header accept was removed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property installations was changed:
            • Items schema changed:
              • Property has_multiple_single_files was added.
              • Property single_file_paths was added.
              • Property permissions was changed:
                • Property actions was added.
                • Property administration was added.
                • Property content_references was added.
                • Property environments was added.
                • Property members was added.
                • Property organization_hooks was added.
                • Property organization_packages was added.
                • Property organization_plan was added.
                • Property organization_projects was added.
                • Property organization_secrets was added.
                • Property organization_self_hosted_runners was added.
                • Property organization_user_blocking was added.
                • Property packages was added.
                • Property pages was added.
                • Property repository_hooks was added.
                • Property repository_projects was added.
                • Property secret_scanning_alerts was added.
                • Property secrets was added.
                • Property security_events was added.
                • Property single_file was added.
                • Property team_discussions was added.
                • Property vulnerability_alerts was added.
                • Property workflows was added.
                • Property organization_administration was changed:
                • Property pull_requests was changed:
                • Property statuses was changed:
                • Property checks was changed:
                • Property metadata was changed:
                • Property deployments was changed:
                • Property contents was changed:
                • Property issues was changed:
  • On path /teams/{team_id}/members/{username}

    • On operation GET /teams/{team_id}/members/{username}
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions

    • On operation GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions
      • Operation description was changed.
  • On path /teams/{team_id}/discussions/{discussion_number}/reactions

    • On operation GET /teams/{team_id}/discussions/{discussion_number}/reactions
      • Operation summary changed from List reactions for a team discussion to List reactions for a team discussion (Legacy).
      • Operation description was changed.
      • Operation id changed from reactions/list-for-team-discussion to reactions/list-for-team-discussion-legacy
      • Header accept was removed.
  • On path /orgs/{org}/teams/{team_slug}

    • On operation GET /orgs/{org}/teams/{team_slug}
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property organization was changed:
            • Property is_verified was added.
            • Property members_can_create_internal_repositories was added.
            • Property members_can_create_private_repositories was added.
            • Property members_can_create_public_repositories was added.
            • Property twitter_username was added.
  • On path /search/commits

    • On operation GET /search/commits
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property items was changed:
            • Items schema changed:
              • Property repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
  • On path /repos/{owner}/{repo}/branches

    • On operation GET /repos/{owner}/{repo}/branches
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property protection was changed:
              • Property allow_deletions was added.
              • Property allow_force_pushes was added.
              • Property required_linear_history was added.
              • Property restrictions was changed:
                • Property restrictions was removed.
  • On path /search/labels

    • On operation GET /search/labels
      • Operation description was changed.
  • On path /feeds

    • On operation GET /feeds
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property security_advisories_url was added.
  • On path /app/installations

    • On operation GET /app/installations
      • Operation description was changed.
      • Query parameter since was added.
      • Query parameter outdated was added.
      • Header accept was removed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property has_multiple_single_files was added.
            • Property single_file_paths was added.
            • Property permissions was changed:
              • Property actions was added.
              • Property administration was added.
              • Property content_references was added.
              • Property environments was added.
              • Property members was added.
              • Property organization_hooks was added.
              • Property organization_packages was added.
              • Property organization_plan was added.
              • Property organization_projects was added.
              • Property organization_secrets was added.
              • Property organization_self_hosted_runners was added.
              • Property organization_user_blocking was added.
              • Property packages was added.
              • Property pages was added.
              • Property repository_hooks was added.
              • Property repository_projects was added.
              • Property secret_scanning_alerts was added.
              • Property secrets was added.
              • Property security_events was added.
              • Property single_file was added.
              • Property team_discussions was added.
              • Property vulnerability_alerts was added.
              • Property workflows was added.
              • Property checks was changed:
              • Property issues was changed:
              • Property organization_administration was changed:
              • Property deployments was changed:
              • Property metadata was changed:
              • Property contents was changed:
              • Property pull_requests was changed:
              • Property statuses was changed:
  • On path /teams/{team_id}/projects/{project_id}

    • On operation GET /teams/{team_id}/projects/{project_id}
      • Operation summary changed from Check team permissions for a project to Check team permissions for a project (Legacy).
      • Operation description was changed.
      • Operation id changed from teams/check-permissions-for-project to teams/check-permissions-for-project-legacy
      • Header accept was removed.
      • Response with status 415 was added.
  • On path /teams/{team_id}/repos/{owner}/{repo}

    • On operation GET /teams/{team_id}/repos/{owner}/{repo}
      • Operation summary changed from Check team permissions for a repository to Check team permissions for a repository (Legacy).
      • Operation description was changed.
      • Operation id changed from teams/check-permissions-for-repo to teams/check-permissions-for-repo-legacy
      • Response with status 200 changed:
        • Response media type application/vnd.github.v3.repository+json was removed.
        • Response media type application/json changed:
          • Property allow_merge_commit was added.
          • Property allow_rebase_merge was added.
          • Property allow_squash_merge was added.
          • Property delete_branch_on_merge was added.
          • Property master_branch was added.
          • Property temp_clone_token was added.
          • Property visibility was added.
          • Property anonymous_access_enabled was removed.
          • Property code_of_conduct was removed.
          • Property has_downloads was changed:
          • Property default_branch was changed:
          • Property is_template was changed:
          • Property mirror_url was changed:
          • Property name was changed:
          • Property private was changed:
          • Property id was changed:
          • Property archived was changed:
          • Property disabled was changed:
          • Property permissions was changed:
          • Property svn_url was changed:
          • Property has_issues was changed:
          • Property owner was changed:
            • Schema type changed from object to null.
          • Property license was changed:
            • Schema type changed from object to null.
            • Property key was removed.
            • Property name was removed.
            • Property node_id was removed.
            • Property spdx_id was removed.
            • Property url was removed.
          • Property homepage was changed:
          • Property has_projects was changed:
          • Property has_wiki was changed:
  • On path /orgs/{org}/installation

    • On operation GET /orgs/{org}/installation
      • Operation description was changed.
      • Header accept was removed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property has_multiple_single_files was added.
          • Property single_file_paths was added.
          • Property permissions was changed:
            • Property actions was added.
            • Property administration was added.
            • Property content_references was added.
            • Property environments was added.
            • Property members was added.
            • Property organization_hooks was added.
            • Property organization_packages was added.
            • Property organization_plan was added.
            • Property organization_projects was added.
            • Property organization_secrets was added.
            • Property organization_self_hosted_runners was added.
            • Property organization_user_blocking was added.
            • Property packages was added.
            • Property pages was added.
            • Property repository_hooks was added.
            • Property repository_projects was added.
            • Property secret_scanning_alerts was added.
            • Property secrets was added.
            • Property security_events was added.
            • Property single_file was added.
            • Property team_discussions was added.
            • Property vulnerability_alerts was added.
            • Property workflows was added.
            • Property issues was changed:
            • Property checks was changed:
            • Property metadata was changed:
            • Property statuses was changed:
            • Property contents was changed:
            • Property organization_administration was changed:
            • Property pull_requests was changed:
            • Property deployments was changed:
  • On path /repos/{owner}/{repo}/stargazers

    • On operation GET /repos/{owner}/{repo}/stargazers
      • Operation description was changed.
  • On path /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions

    • On operation GET /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions
      • Operation summary changed from List reactions for a team discussion comment to List reactions for a team discussion comment (Legacy).
      • Operation description was changed.
      • Operation id changed from reactions/list-for-team-discussion-comment to reactions/list-for-team-discussion-comment-legacy
      • Header accept was removed.
  • On path /users

    • On operation GET /users
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/check-suites/{check_suite_id}

    • On operation GET /repos/{owner}/{repo}/check-suites/{check_suite_id}
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property repository was changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
  • On path /user/subscriptions

    • On operation GET /user/subscriptions
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Items schema changed:
            • Property delete_branch_on_merge was added.
            • Property temp_clone_token was added.
            • Property visibility was added.
            • Property anonymous_access_enabled was removed.
  • On path /gitignore/templates

    • On operation GET /gitignore/templates
      • Operation description was changed.
  • On path /repos/{owner}/{repo}/pulls/{pull_number}/commits

    • On operation GET /repos/{owner}/{repo}/pulls/{pull_number}/commits
      • Operation description was changed.
  • On path /search/issues

    • On operation GET /search/issues
      • Operation description was changed.
      • Response with status 200 changed:
        • Response media type application/json changed:
          • Property items was changed:
            • Items schema changed:
              • Property repository was changed:
                • Property delete_branch_on_merge was added.
                • Property temp_clone_token was added.
                • Property visibility was added.
                • Property anonymous_access_enabled was removed.
                • Property template_repository was changed:
                  • Property delete_branch_on_merge was added.
                  • Property temp_clone_token was added.
                  • Property visibility was added.
                  • Property anonymous_access_enabled was removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment