Changes to List attack path findings

GET /api/v2/attack-paths/findings

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

Changed in 5 of the 66 revisions of this API.136

  1. 6d4b33f1714e2
  2. 001a4a958c691
  3. 2f2389a8ef401
  4. 5a30cd410a67122
  5. bd9ad5013a5b1

What changed

    • added the new optional query request parameter is_cross_platform

      new-optional-request-parameter

    • added the optional property allOf[subschema #2]/data/items/is_cross_platform to the response with the 200 status (media type: application/json)

      response-optional-property-added

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

      response-optional-property-added

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

      response-property-enum-value-added

  • 5a30cd410a67122See the full diff
    • added the pattern ^((eq|~eq|neq):)?[^:]+$ to the query request parameter asset_group_tag_id

      request-parameter-pattern-added

    • deleted the query request parameter zone_id

      request-parameter-removed

    • removed the optional property allOf[subschema #2]/data/items/zone_id from the response with the 200 status (media type: application/json)

      response-optional-property-removed

    • for the query request parameter asset_group_tag_id, the type/format was generalized from array/ to string/

      request-parameter-type-generalized

    • added the optional property allOf[subschema #2]/data/items/asset_group_tag_id to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • endpoint added

      endpoint-added