Changes to Update Alert

PUT /api/v2/alerts/{id}

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

Changed in 11 of the 60 revisions of this API.53751

  1. 578ecc427dd82
  2. 0c6c6e7444061
  3. 6f43817301231
  4. e3a538a92f6712
  5. b3055248af4f2
  6. 49ba4aeaa9b41
  7. 36a5514b174524
  8. dbf09188d84e44
  9. d895d0cbdd274
  10. e856dc2f14173281
  11. ed852374c4512130

What changed

    • added the new optional request property allOf[Alert]/channels

      new-optional-request-property

    • added the optional property data/allOf[Alert]/channels to the response with the 200 status

      response-optional-property-added

    • added the new QUERY_TIMEOUT enum value to the data/allOf[subschema #2]/executionErrors/items/type response property for the response status 200

      response-property-enum-value-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the new PENDING enum value to the data/allOf[subschema #2]/state response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property allOf[Alert]/numConsecutiveWindows

      new-optional-request-property

    • added the optional property data/allOf[Alert]/numConsecutiveWindows to the response with the 200 status

      response-optional-property-added

    • added the new optional request property allOf[Alert]/note

      new-optional-request-property

    • added the optional property data/allOf[Alert]/note to the response with the 200 status

      response-optional-property-added

    • added the optional property data/allOf[subschema #2]/executionErrors to the response with the 200 status

      response-optional-property-added

  • 36a5514b174524See the full diff
    • added the new between enum value to the data/allOf[Alert]/thresholdType response property for the response status 200

      response-property-enum-value-added

    • added the new not_between enum value to the data/allOf[Alert]/thresholdType response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property allOf[Alert]/thresholdMax

      new-optional-request-property

    • added the new between enum value to the request property allOf[Alert]/thresholdType

      request-property-enum-value-added

    • added the new not_between enum value to the request property allOf[Alert]/thresholdType

      request-property-enum-value-added

    • added the optional property data/allOf[Alert]/thresholdMax to the response with the 200 status

      response-optional-property-added

  • dbf09188d84e44See the full diff
    • added the new above_exclusive enum value to the data/allOf[Alert]/thresholdType response property for the response status 200

      response-property-enum-value-added

    • added the new below_or_equal enum value to the data/allOf[Alert]/thresholdType response property for the response status 200

      response-property-enum-value-added

    • added the new equal enum value to the data/allOf[Alert]/thresholdType response property for the response status 200

      response-property-enum-value-added

    • added the new not_equal enum value to the data/allOf[Alert]/thresholdType response property for the response status 200

      response-property-enum-value-added

    • added the new above_exclusive enum value to the request property allOf[Alert]/thresholdType

      request-property-enum-value-added

    • added the new below_or_equal enum value to the request property allOf[Alert]/thresholdType

      request-property-enum-value-added

    • added the new equal enum value to the request property allOf[Alert]/thresholdType

      request-property-enum-value-added

    • added the new not_equal enum value to the request property allOf[Alert]/thresholdType

      request-property-enum-value-added

    • added the new optional request property allOf[Alert]/scheduleOffsetMinutes

      new-optional-request-property

    • added the new optional request property allOf[Alert]/scheduleStartAt

      new-optional-request-property

    • added the optional property data/allOf[Alert]/scheduleOffsetMinutes to the response with the 200 status

      response-optional-property-added

    • added the optional property data/allOf[Alert]/scheduleStartAt to the response with the 200 status

      response-optional-property-added

  • e856dc2f14173281See the full diff
    • added Alert subschema #2 to the request body allOf list

      request-body-all-of-added

    • the request's body type/format changed from object/ to /

      request-body-type-changed

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

      response-property-type-changed

    • removed the request property channel

      request-property-removed

    • removed the request property dashboardId

      request-property-removed

    • removed the request property groupBy

      request-property-removed

    • removed the request property interval

      request-property-removed

    • removed the request property message

      request-property-removed

    • removed the request property name

      request-property-removed

    • removed the request property savedSearchId

      request-property-removed

    • removed the request property source

      request-property-removed

    • removed the request property threshold

      request-property-removed

    • removed the request property thresholdType

      request-property-removed

    • removed the request property tileId

      request-property-removed

    • removed the optional property data/channel from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/createdAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/dashboard from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/groupBy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/interval from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/message from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/savedSearch from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/silenced from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/source from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/state from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/team from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/threshold from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/thresholdType from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/tileId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/updatedAt from the response with the 200 status

      response-optional-property-removed

    • added Alert subschema #2 to the data response property allOf list for the response status 200

      response-property-all-of-added

  • ed852374c4512130See the full diff
    • the request's body type/format changed from / to object/

      request-body-type-changed

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

      response-property-type-changed

    • removed Alert subschema #2 from the request body allOf list

      request-body-all-of-removed

    • added the new optional request property channel

      new-optional-request-property

    • added the new optional request property dashboardId

      new-optional-request-property

    • added the new optional request property groupBy

      new-optional-request-property

    • added the new optional request property interval

      new-optional-request-property

    • added the new optional request property message

      new-optional-request-property

    • added the new optional request property name

      new-optional-request-property

    • added the new optional request property savedSearchId

      new-optional-request-property

    • added the new optional request property source

      new-optional-request-property

    • added the new optional request property threshold

      new-optional-request-property

    • added the new optional request property thresholdType

      new-optional-request-property

    • added the new optional request property tileId

      new-optional-request-property

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • added the optional property data/channel to the response with the 200 status

      response-optional-property-added

    • added the optional property data/createdAt to the response with the 200 status

      response-optional-property-added

    • added the optional property data/dashboard to the response with the 200 status

      response-optional-property-added

    • added the optional property data/groupBy to the response with the 200 status

      response-optional-property-added

    • added the optional property data/id to the response with the 200 status

      response-optional-property-added

    • added the optional property data/interval to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property data/name to the response with the 200 status

      response-optional-property-added

    • added the optional property data/savedSearch to the response with the 200 status

      response-optional-property-added

    • added the optional property data/silenced to the response with the 200 status

      response-optional-property-added

    • added the optional property data/source to the response with the 200 status

      response-optional-property-added

    • added the optional property data/state to the response with the 200 status

      response-optional-property-added

    • added the optional property data/team to the response with the 200 status

      response-optional-property-added

    • added the optional property data/threshold to the response with the 200 status

      response-optional-property-added

    • added the optional property data/thresholdType to the response with the 200 status

      response-optional-property-added

    • added the optional property data/tileId to the response with the 200 status

      response-optional-property-added

    • added the optional property data/updatedAt to the response with the 200 status

      response-optional-property-added

    • removed Alert subschema #2 from the data response property allOf list for the response status 200

      response-property-all-of-removed

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