Changes to Get stand details by id (admin)

GET /admin/stands/{standId}

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

Changed in 2 of the 5 revisions of this API.23

  1. 7e039877b8132
  2. 832c7fc616ed21

What changed

    • added the optional property code to the response with the 404 status

      response-optional-property-added

    • added the optional property params to the response with the 404 status

      response-optional-property-added

  • 832c7fc616ed21See the full diff
    • removed the optional property code from the response with the 404 status

      response-optional-property-removed

    • removed the optional property params from the response with the 404 status

      response-optional-property-removed

    • for the path request parameter standId, the type/format was generalized from integer/ to string/

      request-parameter-type-generalized