Changes to Solve captcha(s)

POST /v1/sessions/{sessionId}/captchas/solve

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

Changed in 4 of the 54 revisions of this API.34

  1. 2248d956188a1
  2. 7b73b0d577921
  3. 4985d7bcd32f22
  4. 45efcdf3e5cc1

What changed

    • request body became optional

      request-body-became-optional

    • request body became required

      request-body-became-required

    • added the pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ to the path request parameter sessionId

      request-parameter-pattern-added

    • for the path request parameter sessionId, the format changed from no format to uuid

      request-parameter-type-changed

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added