Closed urushibata-k closed 2 years ago
Assuming personal information registration as preparation before transfer, it is inappropriate for the endpoint to be under /share
or /bond
(holders).
Adopt Proposal B.
POST: /accounts/{issuer_address}/personal_info
target v22.6.0
Assuming personal information registration as preparation before transfer, it is inappropriate for the endpoint to be under /share or /bond(holders).
PersonalIfno
contract's address is set for each token, so it is correct under share
or bond
.
POST: /{bond or share}/tokens/{token_address}/personal_info
Implemented: branch feature/#280
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
function modify
inPOST: /{bond or share}/tokens/{token_address}/holders/{account_address}/personal_info
tofunction forceRegister
.function forceRegister
.is_force
to that API, and switch betweenfunction modify
orfunction forceRegister
calls.