Skip to content

[Schema Inaccuracy] organization-full should be one of the installation.account types #5421

@jaslong

Description

@jaslong

Schema Inaccuracy

    installation: {
      /**
       * @description The ID of the installation.
       * @example 1
       */
      id: number;
      account:
        | (
            | components["schemas"]["simple-user"]
            | components["schemas"]["enterprise"]
          )
        | null;

Expected

I'm not 100% sure, but I do know that "organization-full" is missing from this list.

Reproduction Steps

curl https://api.github.com/user/installations -H "Authorization: Bearer "

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions