# api\_procedures\_modifyAsset

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / api/procedures/modifyAsset

## Module: api/procedures/modifyAsset

### Table of contents

#### Type Aliases

* [ModifyAssetParams](#modifyassetparams)

### Type Aliases

#### ModifyAssetParams

Ƭ **ModifyAssetParams**: { `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.securityidentifier)\[] ; `makeDivisible?`: `true` ; `name`: `string` } | { `fundingRound?`: `string` ; `identifiers?`: [`SecurityIdentifier`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.securityidentifier)\[] ; `makeDivisible`: `true` ; `name?`: `string` } | { `fundingRound`: `string` ; `identifiers?`: [`SecurityIdentifier`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.securityidentifier)\[] ; `makeDivisible?`: `true` ; `name?`: `string` } | { `fundingRound?`: `string` ; `identifiers`: [`SecurityIdentifier`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.securityidentifier)\[] ; `makeDivisible?`: `true` ; `name?`: `string` }

**Defined in**

[api/procedures/modifyAsset.ts:11](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/modifyAsset.ts#L11)
