Changes to List company token transactions

GET /company_token_transactions

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

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

  1. f67a043e319014

What changed

  • f67a043e319014See the full diff
    • the query request parameter transaction_type was restricted to a list of enum values

      request-parameter-became-enum

    • added the new enum value add to the query request parameter transaction_type

      request-parameter-enum-value-added

    • added the new enum value subtract to the query request parameter transaction_type

      request-parameter-enum-value-added

    • added the new enum value transfer to the query request parameter transaction_type

      request-parameter-enum-value-added

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

      request-parameter-type-generalized