Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

Auth: true

params:

Code Block
languagejson
params: {
        currencyId: {
          type: 'string',
          optional: true,
        },
        type: {
          type: 'string',
          optional: true,
        },
        from: {
          type: 'string',
          optional: false,
        },
        to: {
          type: 'string',
          optional: false,
        },
      },

...