Changes to Get GitHub app info

GET /github-integration/app-info

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. 08bbb5bedb5d1
  2. c45ef22a736c11
  3. 298877d6a79a1
  4. 4b8811b821e611
  5. 93b23177312611

What changed

    • 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