GitHub

Get GitHub app info

Get the GitHub App this instance is configured with, so the client can build an install link.

get/github-integration/app-info

Response

GitHub app information

appNamestring nullable required

The configured GitHub App slug, or null when this instance has no App set up.

Changes

Changed in 5 of the 23 revisions of this API.44

    • added the non-success response with the status 401

      response-non-success-status-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property appName became nullable for the status 200

      response-property-became-nullable

    • response property appName list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property appName list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 4b8811b821e611See the full diff
    • the response property appName became nullable for the status 200

      response-property-became-nullable

    • response property appName list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

  • 93b23177312611See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the required property appName to the response with the 200 status

      response-required-property-added