Changes to Get Red Team Workflow Status

GET /evaluations/v1/red-team/{workflow_id}/status

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

Changed in 3 of the 44 revisions of this API.46

  1. efca861e915b1
  2. 5e3d05c2a95735
  3. 2b17c7051a371

What changed

    • the errors/items/pointer response's property type/format changed from array/ to string/ for status 422

      response-property-type-changed

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

  • 5e3d05c2a95735See the full diff
    • the response property type became optional for the status 422

      response-property-became-optional

    • removed the required property loc from the response with the 422 status

      response-required-property-removed

    • removed the required property msg from the response with the 422 status

      response-required-property-removed

    • media type application/json was changed to application/json; charset=utf-8 for the response status 422

      response-media-type-name-changed

    • added the optional property detail to the response with the 422 status

      response-optional-property-added

    • added the optional property instance to the response with the 422 status

      response-optional-property-added

    • added the optional property title to the response with the 422 status

      response-optional-property-added

    • added the required property errors to the response with the 422 status

      response-required-property-added

    • endpoint added

      endpoint-added