Changes to List companies

GET /companies

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

Changed in 1 of the 42 revisions of this API.13

  1. f67a043e319013

What changed

  • f67a043e319013See the full diff
    • the query request parameter direction was restricted to a list of enum values

      request-parameter-became-enum

    • added the new enum value asc to the query request parameter direction

      request-parameter-enum-value-added

    • added the new enum value desc to the query request parameter direction

      request-parameter-enum-value-added

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

      request-parameter-type-generalized