Changes to Get webhook integration

GET /generic-webhook-integration/project/{projectId}

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

Changed in 2 of the 23 revisions of this API.76

  1. 08bbb5bedb5d75
  2. 32cece1ebe431

What changed

  • 08bbb5bedb5d75See the full diff
    • the response's body became nullable

      response-body-became-nullable

    • removed the required property events/taskCommentCreated from the response with the 200 status

      response-required-property-removed

    • removed the required property events/taskCreated from the response with the 200 status

      response-required-property-removed

    • removed the required property events/taskDescriptionChanged from the response with the 200 status

      response-required-property-removed

    • removed the required property events/taskPriorityChanged from the response with the 200 status

      response-required-property-removed

    • removed the required property events/taskStatusChanged from the response with the 200 status

      response-required-property-removed

    • removed the required property events/taskTitleChanged 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 IntegrationEvents subschema #2 to the events response property allOf list for the response status 200

      response-property-all-of-added

    • added the required property dueDateReminderLeadTimeMinutes 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

    • endpoint added

      endpoint-added