# VyUpdateErc1155ContractMetadataRequest

## Properties

| Field       | Type                                                                                         | Description                                                                                         | Required |
| ----------- | -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | -------- |
| name        | string                                                                                       | The name of the contract/collection                                                                 | ✗        |
| symbol      | string                                                                                       | The symbol for the contract such as \*\*VENS\*\*                                                    | ✗        |
| description | string                                                                                       | The description of the contract/collection                                                          | ✗        |
| image       | string                                                                                       | The URL of the image that will be displayed for your collection                                     | ✗        |
| externalUrl | string                                                                                       | You can add an external URL to your collection. This can be anything such as a link to your website | ✗        |
| media       | [VyMediaDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vymediadto) | This is the media object where you can add an social links                                          | ✗        |

## References

**Operation**

* [updateErc1155ContractMetadata](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/token/contract-metadata/updateerc1155contractmetadata)
