Changes to Search Markets

GET /v1/markets/search

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

Changed in 2 of the 9 revisions of this API.28

  1. c3a987e5f6ab1
  2. 0f4eceac44fb27

What changed

    • added the optional property // to the response with the status

      response-optional-property-added

    • the query request parameter status was restricted to a list of enum values

      request-parameter-became-enum

    • for the query request parameter status, default value active was added

      request-parameter-default-value-added

    • added the new optional query request parameter markets_per_event

      new-optional-request-parameter

    • added the new enum value active to the query request parameter status

      request-parameter-enum-value-added

    • added the new enum value all to the query request parameter status

      request-parameter-enum-value-added

    • added the new enum value closed to the query request parameter status

      request-parameter-enum-value-added

    • added the new enum value inactive to the query request parameter status

      request-parameter-enum-value-added

    • for the query request parameter status, the type was generalized from no type to string

      request-parameter-type-generalized

    • added the optional property // to the response with the status

      response-optional-property-added