Changes to Verify GitHub installation

POST /github-integration/verify

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

Changed in 3 of the 23 revisions of this API.615

  1. 08bbb5bedb5d213
  2. 32cece1ebe431
  3. 93b23177312632

What changed

  • 08bbb5bedb5d213See the full diff
    • added the new required request property projectId

      new-required-request-property

    • removed the required property installed from the response with the 200 status

      response-required-property-removed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the optional property installationUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property settingsUrl to the response with the 200 status

      response-optional-property-added

    • the response property message became required for the status 200

      response-property-became-required

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

    • request body became required

      request-body-became-required

  • 93b23177312632See the full diff
    • the repositoryName request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the repositoryOwner request property's minLength was increased from 0 to 1

      request-property-min-length-increased

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

      response-body-type-changed

    • added the optional property message to the response with the 200 status

      response-optional-property-added

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

      response-required-property-added