BoostryJP/ibet-Prime

[FEATURE] Allow empty str for `interest_payment_currency` and `redemption_value_currency` when updating bond token

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.

  • Currently, API below does not allow setting empty str for interest_payment_currency and redemption_value_currency.
    • POST: /bond/tokens/{token_address}
  • However, there are use cases where it is necessary to remove (set empty strings for) interest_payment_currency and redemption_value_currency.

Describe the solution you'd like

  • Updating validation rules to accept empty strings for these attributes.