Changes to Get tests

GET /tests

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

Changed in 3 of the 50 revisions of this API.3612

  1. 0c728ce7e15b114
  2. 5dadc65a3c425
  3. 9ee6203c38fa28

What changed

  • 0c728ce7e15b114See the full diff
    • the response's body type/format changed from array/ to / for status 200

      response-body-type-changed

    • the optional response header X-Total-Count removed for the status 200

      optional-response-header-removed

    • api tag resource-api added

      api-tag-added

    • api tag api removed

      api-tag-removed

    • added the media type text/yaml for the response with the status 200

      response-media-type-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • deleted the query request parameter query

      request-parameter-removed

    • deleted the query request parameter skip

      request-parameter-removed

    • deleted the query request parameter sortBy

      request-parameter-removed

    • deleted the query request parameter sortDirection

      request-parameter-removed

    • deleted the query request parameter take

      request-parameter-removed

  • 9ee6203c38fa28See the full diff
    • the response's body type/format changed from / to array/ for status 200

      response-body-type-changed

    • removed the media type text/yaml for the response with the status 200

      response-media-type-removed

    • api tag api added

      api-tag-added

    • api tag resource-api removed

      api-tag-removed

    • added the new optional query request parameter query

      new-optional-request-parameter

    • added the new optional query request parameter skip

      new-optional-request-parameter

    • added the new optional query request parameter sortBy

      new-optional-request-parameter

    • added the new optional query request parameter sortDirection

      new-optional-request-parameter

    • added the new optional query request parameter take

      new-optional-request-parameter

    • removed the non-success response with the status 400

      response-non-success-status-removed