Patch ERC1155 ContractAsk AIpatch https://{api_hostname}/alpha/erc1155Patch New ERC1155 Contract - update transfer restrictions and base_uriBody ParamsRequest body to patch erc1155 contract.idstringrequiredThe uuid id of the ERC1155 contractbase_uristringThe base uri of the contract. This should have a trailing slash.transfer_restrictedbooleanIf true, the tokens are transfer restricted. If false, the tokens are transferable. Default is falsefalsetruefalsetransfer_allowlistarray of stringsThe list of wallet addresses that are allowed to transfer the tokens. This is only used if transfer_restricted is true. Default is an empty listtransfer_allowlistADD stringResponses 200Success Response 500Internal Server ErrorUpdated over 2 years ago