# 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/c-sdk-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/c-sdk-v3/function-references/token/contract-metadata/updateerc1155contractmetadata)
